Most basic form question ever?
Hello,
I want to use this snippet to make sure the fields in a form are ok before processing
Php Mysql Page Loading Notice
Hi all,
I was wondering if there is a way (Sure there is) of showing a message or an image wh
News script
Hi ...
I am not sure if this is the rite place to post this but if its not sorry
i am
dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP script
Code: if($a == $b){ }
I've found that with val
Problem with PHP code- simple contact form
I'm relativily new to PHP; I know HTML and CSS stuff but I have a problem- I have a contact form wit
form variables from database help.
Hi all,
I would like to have a form that gives you options based on the results of an mysql q
PHP4 to PHP5 Conversion
Hi Everyone,
I am working on a site that is built up on PHP4 and each page is being started f
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website
Generate multilayered array from string.
ok so i have a string that looks like this:
Code: blog:edit_all,delete_all|users:edit_all,delete_
Read from forum
Haven't written anything forever and I would like to get back.
What I'm trying to do is getting t
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
phpMailer not working ..........
HI,
I was playing with the phpMailer script and tried to send a smiple mail using their test scri
Why do I get this error?
Error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or
grouping within a foreach?
hello all,
I currently have a list of products spit out from my db via a foreach loop. Right
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)