Forum: PHP Mar 31st, 2009 |
| Replies: 4 Views: 406 Thanks darkagn. I guess a better way to phrase my question would be is it possible to only select one row at a time based on something like the primary key? Something along the lines of:
$result =... |
Forum: PHP Mar 31st, 2009 |
| Replies: 4 Views: 406 Hello,
I'm pretty new to PHP and MySQL. I was wondering what the most efficient way to access a large database would be. All the tutorials I've seen show something along the lines of:
$database =... |
Forum: PHP Mar 25th, 2009 |
| Replies: 1 Views: 279 Hello,
I am very new to PHP and have been working with it now for about a month. My site uses a script to process a POST and generates a new page. The page it generates is saved with the same name... |
Forum: PHP Feb 20th, 2009 |
| Replies: 6 Views: 579 Thanks! Yeah that does make sense. I just thought it might be checking for a value instead of assigning. Thanks for clearing it up! |
Forum: PHP Feb 20th, 2009 |
| Replies: 6 Views: 579 Hello,
I am new to php and enjoy the fact that it is very similar to languages that I'm much stronger with (mainly C++ and Java). While working through the w3 school's tutorials I noticed a... |
Forum: PHP May 6th, 2008 |
| Replies: 3 Views: 371 Thanks the link helped a lot! File uploading is enabled on my server but I'm not familiar with the code to allow a user to upload. |
Forum: PHP May 6th, 2008 |
| Replies: 3 Views: 371 I was wondering if anyone could help me with what should be a simple PHP script. I want to write a text file, inputing different strings to different lines using some predefined lines and some input... |