News script
Hi ...
I am not sure if this is the rite place to post this but if its not sorry
i am
get font info from a font file
hello,
Does anyone know how to get font info from a font file ... using php of course !
<
Strange php code found on my website
I got hacked and the following code was placed within my files:
Code: [Select]<?
/*
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal custo
calculator
I can't figure out why this code doesn't work. No error messages. Page loads.
Code: <
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
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,
UDP server recvfrom() always returns -1? :(
Hello all,
I am getting a very strange error in my code :( I am writing a server application in C