Jump to content

blueman378

Members
  • Posts

    888
  • Joined

  • Last visited

    Never

Everything posted by blueman378

  1. its not disapearing, if it is default text it removes the text, its doing what its designed to do
  2. care to share the solution? thats what forums are about, please don't disappear after you have the solution without sharing it.
  3. Hey rajiv, long time no see, anyway for a password reset you wouldnt check it against the current password as they have forgotten it. simply add a field email or something similar, basically just another identification string that is included in the url so they cant guess them
  4. try mypage.php?username=testuser
  5. I dont think it is anything to do with an sql server, as it is those two php directives: that are causing it to crash.
  6. nope, just installed apache 2.2, it works fine. Then went to install php but it causes apache to stop working, i should note however that i am running a 64bit OS, maybe thats my problem?
  7. ive also got the same error on windows 7 home premium, the error only appears if i try to start apache directly from httpd.exe if i attempt to start it from the apache monitor i get: "The requested operation has failed" however nothing is logged. I noticed that if i remove the php info from the httpd.conf ie: #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir "C:/apacheserver/php/" LoadModule php5_module "C:/apacheserver/php/php5apache2_2.dll" #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL then apache will start, oddly enough i have to remove both lines, if i remove only the ini directive, or only the load_module directive i get the same error.
  8. Heh, dont like eclipse... no wordwrap... still! but yeah, i guess its not really worth the hassle is it? BTW Daniel0: Loving the forum upgrade
  9. Yeah, just trying to keep the system from having to emulate a 32bit environment, more obsession than logic i guess
  10. Hi there guys, thanks for the feedback, With regard to the caption for the photos/ the slideshow in general, the caption will be replaced by actual descriptions of the photo. there will obviously be more than 3 different photos, this was simply setup with what they had given me to work with at the time, the favicon has not been created (the microchip is simply a fallthrough of my top level site. Once i have more content from the client it will have better descriptions of everything, basically any "content" on the page is simply what i have come up with instead of placing lorem ipsum as the client doesnt quite understand what it is. ive applied most of what ou have said, wanna have another look? with regard to the "round/childness" that is what the client asked for so that is what i am required to do. Regards, Matthew Hailwood
  11. Hi there guys, Just made the move to 64bit OS and im wondering if i can find any 64bit PHP IDE's Paid or free. If you know of any please reply with the name and if you have used it a small review. regards, Hailwood
  12. yes... they wanted blue. anyway its only the homepage atm but let me know what you think. www.rofilla.com/mistybrook/
  13. [quote author=448191 link=topic=54859.msg1311870#msg1311870 date=1258535510] Maybe you should close it, unsticky, and restart with a link to this? I agree the current value of the results is pretty close to 0. [/quote]+1 And possibly advertise it on the phpfreaks homepage? (or one of those "the administrator requires you to read this post before continuing browsing this forum" would get more results) im rather curious as to what the current day result would be.
  14. Hi guys. Well basically i have a menu, its setup as <div id="menu"> <a class="menu_item" href="#">HOME</a> <span class="sep"> <a class="menu_item" href="#">About Us</a> <span class="sep"> <a class="menu_item" href="#">My Sites</a> <a class="dropdown_caller" href="#">^</a> <span class="sep"> </div> i also have another div <div class="dropdown"> all that contains is a simple dropdown. anyway when the page is loaded the dropdown div is set to display: none; and i know to add the onclick event to the dropdown_caller link but what i need to know is, how can i position the div so it lines up below the calling dropdown_caller this is a dynamic site so i cant be sure of the pixel position of the caller.
  15. [quote author=448191 link=topic=54859.msg1310994#msg1310994 date=1258445931] [quote]If you have some guy in a school and he is a brutish looking guy, why teach him Alegrbra? The school should be sticking that guy in a machine shop to learn welding or how to rip apart a car[/quote] Eh. So.. if it were up to you people's career should be predetermined by their builds? [/quote] Thats kind of an interesting argument really. In general we decide this every time we see a person, we simply don't announce it as profusely. We stereotype people and this is more or less an advancement of it.
  16. Just wondering because ive been watching alot of tutorials on codeigniter and they seem to use shorthand foreach loops ect but not <? they use <?php kinda strange if it is.
  17. what os are you using for your server? also, i may be wrong but i believe you need to set a flag for creating the file if it does not exist. try "w" eg <?php $handle = fopen("/PHP/" . $file , "w"); ?> or change the flag to just "r+" if you dont want to overwrite it, eg simply append it.
  18. Hey guys, Well im kinda tired so i cant think atm, can anyone enlighten me as to how i would rewrite all requests for: example.com/cifw/something so they are actually loading example.com/cifw/index.php/something cheers guys. Matt « edit: Whoops, guess im too tired to post in the right board. Sorry! »
  19. I cant alter it because the function is i a class i dont have control over (other coders are working on that class), and im not really being lazy, jsut trying to find ways to make the code tidier,
  20. ah cheers, im suprised there isnt anything to take a string and treat it asif it was literally in that spot, oh well.
  21. Hi guys, Im wondering i have a function which draws some stuff, anyway it takes 5 paramaters but the only one that changes when i call it in one place (over 20 times) is the text. So im wondering is there any way to say params = "param value 2, param value 3, param value 4, param value 5"; text = "text1"; function_name(text, params); instead of repeating all the info over and over, the function itself cannot be edited. i tried doing basically what i said above except it treats it as a single paramter, is there any way to make it treat it as all the params?
  22. Hi there guys, Im trying to setup a home webserver and i have phpmyadmin installed and working ok. the designer view works fine when i access it from http:\\localhost\phpmyadmin\ however on access from outside sources phpmyadmin reports that these tables are incorrectly setup. is there a setting i need to change?
  23. Hi, Im no expert but heres my suggestion, create your users table, create a table with the general information about ALL the buildings create a table for each building when u user builds the building add a row to the third table UID - users id BLVL - building level ( set to 0 or 1 by default) UPCLK - when the user clicked upgrade
  24. Well i guess ill tell you before you get the other 500 people telling you, the way it works is: 1) you go out and try 2) you come up with a Specific problem 3) you post your attempt, and what you think might be causing the problem 4) then we will help. Regards, Hailwood
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.