check comment for html
hi, I just wanted to check if a comment a user posts contains HTML, and if it does, to not allow it
dynamic table with forms
I have a table that is populated with mysql data and in teh first column there is a raido button tha
Storing Values taken from a DB...
Using this code it will generate a short list from my database
<?php
mysql_connect
Probably Easy, Need help with Check Boxes in PHP Code
hello,
Thanks for looking this over and helping me out. My problem is I have a online store l
Accept only alpha characters
I've got this bit of code ready for accepting a phrase:
Code: if (!eregi ("", $_POS
get url?
how do i get the url of the page i'm currently on, on my website.. i think its get header.. how do i
Delete all files in folder except with certain name
I have a script that I want to delete all files in a folder (taken from a database) except for one n
PHP page loading in Firefox but not in IE
hello,
i am currently doing a project in PHP and i have a problem. If I view the project in M
When file included, REMOTE_ADDR is server's?
I have an index file that handles my site, basically index.php?page=ip will activate "require('
Converting from one format to another
"I have got a date in DD/MM/YYYY but I need it in MM-DD-YYYY. Help!"