ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
php or sql?
Sorry not sure if this is a sql problem or php the following code is supposed to delete data from th
does anyone know a php script to send mail using gmails/googles free smtp server
cause i heard u can do that but i dont know how
How to Detect it is public_html or httpdocs?
How to check whether it is cPanel or Plesk?
If it found public_html perform <?php incl
Displaying a record from mysql in a simple swf file
Hi,
I have a mysql database containing information I would like to display in my swf.
Request.UrlReferrer
I need to make it so that a page can only be loaded when a button is clicked on a specific page. I d
PO Release Strategy Issue
Hi Experts,
I am facing an issue related to PO release strategy. The details are-
<
PHP Error
On my .php page I have a drop down box that has several names in it. When a user clicks the name &am
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?