Thorny string translation issue.811 (3/18/2013 11:24:31 PM) comp.lang.php
The problem.
I want the user to enter raw text and embedded HTML into a database. No
trouble with getting it in, but when getting it out, it needs massaging
for display..
Now I cant find a functio... The
What is this attack trying to do?1024 (5/24/2012 2:22:58 AM) comp.lang.php GET
mycode.php?param=-24+UNION+SELECT+0x6d6567613164756d706572,0x6d6567613264756d706572,0x6d6567613364756d706572,0x6d6567613464756d706572,0x6d6567613564756d706572,0x6d6567613664756d706572,0x6d6567613764756d70... The
Table design for online book.950 (5/23/2012 2:35:20 PM) comp.databases.mysql I am trying to puzzle out the best way of doing this: Essentially I have an entity called 'book' which is split into 'chapters' each one of which is a massive chunk of text. (let's ignore illustrations and di... The
getimg average of las n (or less) database entries.1047 (3/26/2012 6:28:43 PM) comp.databases.mysql What is the best way to do this a database containing 5 minute (numeric) samples and I want the last hours average, the last days average and the last months average. ...can I use a avg() function with a '... The
Anyone familiar with Exim4 (debian)?738 (2/28/2012 7:58:34 PM) comp.os.linux.misc I've got everything working adequately, but the perfectionist in me has one small niggle. When receiving SMTP mail from the great wide world. Invalid users in valid domains get rejected with 'unrouteable add... The
exim4 configuration441 (2/19/2012 3:07:11 AM) comp.os.linux.misc I have spent HOURS trying to find some sense in all the exim4 stuff..simply impenetrable gobbledeygook. Basically the mail I have works..BUT it sends all local mail to a default domain by SMTP. I would lik... The
data concatenation352 (1/18/2012 4:47:29 PM) comp.databases.mysql I have a table of IP addresses, names associated with them, and the total times they visit a site and when they last did. Due to concurrency issues, some are duplicates..eg 2347 | 41.135.155.245 | 1 | M... The
insert PDF table in database40 (5/21/2013 7:04:30 AM) comp.lang.php Hi All
What i want is to read content in PDF table and convert it into either XML or associative array to be inserted in database on the fly.
I have gone through many libraries on net providing text extra... sarikasoni12(21)
Unique array of arrays - how can I do this?34 (5/4/2013 11:51:28 AM) comp.lang.php Hi,
While calculation I get a solution as an array of integers.
There're many solutions and I would like to keep them in an array.
Because of the algorithm there are different paths to get to
the same s... thomas.lehmann.private(6)
php run captcha script on localhost101 (5/19/2013 11:17:58 AM) comp.lang.php Hi
I'm trying to implement a php html javascript form with captcha validation. I'm trying to run the script from this page:
http://www.white-hat-web-design.co.uk/articles/php-captcha.php
as a localhost... pklacher(5)
Booleans compared to strings173 (5/13/2013 12:29:05 PM) comp.lang.php So, this is wierd:
$b = true;
var_dump($b);//boolean true
if(!$b)echo '!$b I wont echo, correctly so';
if($b)echo '$b I will echo, correctly so';
if($b == 'false')echo '$b == I will echo, which is w... doug8106(10)
isset not working with select172 (5/13/2013 11:01:46 AM) comp.lang.php http://mroldies.net/showtable.php?year=1960
$result = mysql_query("SELECT acover,bcover FROM A$year WHERE id =
$number");
if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; }
$cov = ... noreply941(177)
fetch items from a row112 (5/3/2013 7:55:58 PM) comp.lang.php
How would I change the '42' value to a string value based upon the value
retrieved from using $_GET('number')?
... noreply941(177)
mkdir no such file or directory152 (5/15/2013 3:04:27 AM) comp.lang.php I want to create a directory using mkdir. But I get "No such file or directory" error.
Below is the code I am using.
$filelocation = "/uploads/" . "/" . time();
Can some one please tell me what I am d... bhushan154(7)
Security risks allowing users to upload a css file?51 (5/15/2013 3:07:29 AM) comp.lang.php Are there any security risks involved in allowing a user to upload a css file?
I will be using the uploaded css file for a preview. Using another HTML template I already have on the server.
... bhushan154(7)
bug in is_numeric1325 (5/12/2013 2:22:10 PM) comp.lang.php
Using PHP 5.3.6 on win7-74
if(is_numeric('x11.11c') returns TRUE
and variations eg: z1111x is also true
this does not seem right to me.
I've done a search but cant find mention in buglist.
... email4172(40)