php global variable
how can we create global variable so we can use its value in any form.. Please give example to
ImageCreate()
When I create an image and add text to it I want my text to be replaced with a PNG image, because th
Can you help please? Php file
I have to write this php file to allow users to register their nicknames on nickserv
For an I
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Prevent PHP mail( ) from appending hostname to from address
Hey guys,
I want to be able to send texts to phones via email (since each phone has their own
Combining Two Queries
I have two scripts that each work fine by themselves. One is a search script with a variable that de
Help with page encoding issue and weird characters
I'm trying to write a screen scraper and when I pull out the lines of the html file that I'm interes
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of t
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN