Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~469 People Reached
Favorite Forums
Favorite Tags
php x 9
Member Avatar for went1180

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 out some code from the book on it. I simply don't know whether …

Member Avatar for MCP
0
105
Member Avatar for went1180

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 [code=html] <img src="getdata.php?id=1" /> [/code] my question is, it seems people are using the "...php?id=1" to pass an identifier …

Member Avatar for went1180
0
154
Member Avatar for went1180

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 made, but i've also read that php code is not actually viewable by a user...

Member Avatar for Puckdropper
0
87
Member Avatar for went1180

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 contents of the $_POST variables do not make it into their respective fields. I have an id field (AUTO_INCREMENT) that is …

Member Avatar for Puckdropper
0
123