Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
SOAP Issue
Hi,
I am facing some understanding problem with SOAP basic.kindly recommend some SOAP expert.
Using mysql_real_escape_string for displayed content
On my website users can input data into a textarea and it will store it in the mysql database. But,
Why do I get this error
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a5488351/public_html/b
Multiple websites question.
Hi, does php have any functionality that enables a programmer to extract information from a website
images aren't rendering
I'm trying to call a JPG file from within PHP (in an effort to hide the actual JPG folder). The imag
Weird Problem with curl while sending data
I am facing a weird problem with sending data to a site via curl.
If i send the value by this
Problem with HTML form
Hello,
I made a HTML form with some fields and check box.
Everything works fine except whe
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh