php form help
Hey,
I use a control file to set my meta tags and titles
Here's an example
Code: &a
OPINIONS WANTED
This is my login page code, and I want your opinion on it please!
Code: // Login ~ CHECKS
Linkage between two scripts
Okay say I have this for a link in a script:
Code: <li><a href="#&q
C++ Http request?
Code:
string Response = "LOGIN_UNSUCCESSFUL";
System.Net.WebRequest request = Sy
parsing error
can anyone explain this syntax error:
Parse error: syntax error, unexpected T_IF
The e
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)
Displaying an image using echo command
I had done a query on my database, one of the fields being an image reference to a directory where a
ImageCreate()
When I create an image and add text to it I want my text to be replaced with a PNG image, because th
SHOW TABLES Help
Hi all
I have the following
Code: [Select]<?php
$sql = "SHOW TABLES&quo
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance