On Sat, 2010-02-27 at 23:48 +1100, Nick allan wrote:
> Interesting the following works
> Changing the " to '. If I leave the ' around the filename, the ' becomes part
> of the filename. But it seemed to be more about changing the surrounding ' to
> " that fixed it. Not sure why this is, but its
ok, couple of things;
- if you're using user input in SQL queries, you have to push 'm
through a function that sanitizes the input against sql-insertions.
For now, let that be function antiSQLinsertion ($var) { return
mysql_real_escape($var); };
- if you're going to output values from the DB into
I am a newbie. The following script works but the second one (below)
loads the variables from an html form and then fails. The connection
command in the second sript are identical as the first script was copied
from the first. Only the variable values have been changed.
#!/usr/bin/php
#
The fol
yea, google for "lastrss".. or get wild and google for "lastrss
example or tutorial"
On Sun, Feb 28, 2010 at 12:05 AM, Watson Blair wrote:
> Hey all,
> I'm looking at lastRSS as a solution for displaying an Ebay RSS feed on a
> website, however i'm having a hard time wrapping my head around it,
'Twas brillig, and Austin Powers at 27/02/10 23:08 did gyre and gimble:
> ""Austin Powers"" wrote in message
> news:ca.b0.29124.619a8...@pb1.pair.com...
>> Three weeks ago I was working through the Lynda.com "PHP with MySQL
>> Training" because I wanted to begin using PHP (surprise, surprise).
>>
5 matches
Mail list logo