check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possibl
php global variable
how can we create global variable so we can use its value in any form.. Please give example to
Displaying different page content, depending on the logged in user.
Hi all, I am new to ASP.net (and web development in general), and have a question about how I can di
Time script, set to my time zone?
I am using this line to get the date and time
Code: $time = date(F." ".d.", &q
php redirecting
i wont open a new thread but i have a question about redirecting....
i wonder why my code doesnt
Count on multidimensional array
Hi, i got an array as below:
Array
(
=> Array
(
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
php and downloading
I want to use a php script to create two files. Then I want it to redirect (or whatever) to have tho
Had a simple form script that suddenly stopped working
It was made about a year ago and had been working fine. Last time it was known to work for sure was
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN