Forum: PHP Nov 26th, 2006 |
| Replies: 1 Views: 1,074 OO syntax in PHP 4? The PHP book i have been using lauds object-oriented php, yet provides poor details on how far the code it presents is supported in version 4. my server runs 4 and i have been having trouble trying... |
Forum: PHP Nov 21st, 2006 |
| Replies: 4 Views: 2,459 |
Forum: PHP Nov 14th, 2006 |
| Replies: 4 Views: 2,459 Re: php url code? by god man that was a succinct, clear answer and i thank you for it. now if only my f***ing script was working... |
Forum: PHP Nov 13th, 2006 |
| Replies: 4 Views: 2,459 php url code? Trying to display images in html by calling a php script in the img tag. php script fetches the image binary from mysql. image is not displaying. here is img tag
<img src="getdata.php?id=1"... |
Forum: PHP Sep 6th, 2006 |
| Replies: 6 Views: 1,074 |
Forum: PHP Sep 6th, 2006 |
| Replies: 6 Views: 1,074 Re: $password= '*****' is this safe? I'm not sure if we're talking about the same thing. I THINK you might be referring to a form where a user logs in with a password, whereas I am trying to write a script which takes $_POST data and... |
Forum: PHP Sep 6th, 2006 |
| Replies: 6 Views: 1,074 $password= '*****' is this safe? may i ask if it is ok to create a $password variable with my real password as the string? it seems like mysql_real_escape_string() won't work because this function only works after the connection is... |
Forum: PHP Sep 5th, 2006 |
| Replies: 3 Views: 1,412 Re: http form -> php -> mysql snafu thanks now i'm learning about escape strings.
p.s. should be new thread but while i'm at being a noob may i ask if it is ok to create a $password variable with my real password as the string? it... |
Forum: PHP Sep 4th, 2006 |
| Replies: 3 Views: 1,412 http form -> php -> mysql snafu having an issue--*cough*newbie*cough*--the html and php code here supposedly creates a new record into my database. problem is, the successfully connects to sql and creates the record, but the... |