Likes Received By nico_swd
-
ryan_uk liked nico_swd's post in the thread Anyone see whats wrong with this?.
It's vulnerable to XSS (at least on Firefox):...
Oct 9, 2013 -
deathshadow liked nico_swd's post in the thread php session() and email systems.
I'm really confused. Why do you need sessions and/or cookies to link to CSS and images?
Jun 4, 2013 -
matt_62 liked nico_swd's post in the thread Change the result of mysql_fetch_array into one variable????.
Yeah, a lot of people continue using (and teaching) these like it's the most appropriate thing to do. The mysql_* library will still...
May 12, 2013 -
HuggyStudios liked nico_swd's post in the thread Need PHP Coding For URL Upload.
Holy crap! Remove this from your server immediately! What if I entered "config.php" into the "from" field, and "config.txt" into the...
May 11, 2013 -
deathshadow liked nico_swd's post in the thread Php file control problem (there is-there isn't).
Since you're using relative paths, and you're already in the "haber" folder, you have to drop it from the path....
May 7, 2013 -
Rukbat liked nico_swd's post in the thread Need PHP Basics Information.
I kinda disagree there. I think he should start with PDO or at least MySQLi. Once he gets used to the mysql_* functions, he might won't...
Mar 22, 2013 -
qwikad.com liked nico_swd's post in the thread I need to echo $qs within an echo, but what I have isn't working.....
echo '<a href="/?' . $qs . 'do=reportabuse&confirm=1">confirm</a>';
Mar 17, 2013 -
hasbehas liked nico_swd's post in the thread Better way of doing this ?.
$titles = [ 'aboutus' => 'About Us', 'beaches' => 'Beaches', // ... ]; $file = basename($_SERVER['REQUEST_URI'], '.html');...
Mar 16, 2013 -
kishore415 liked nico_swd's post in the thread How to Remove Unncessary Space Between lines in Dreamweaver?.
Easier: Open the file Click CTRL + F Select "Current document" in "Find in" (You can also select the folder if you have multiple...
Jan 19, 2012 -
mcfox liked nico_swd's post in the thread help to decode php file.
Put the code into a string. $str = "... code here ..."; ... escape all double quotes and dollar signs. $str = "... \$... \".... ";...
Aug 18, 2010 -
Jeehan liked nico_swd's post in the thread preg_replace help neede..
EDIT: A second too late... $foo = preg_replace('/^x{3}-/', '', $userid);
Aug 18, 2010 -
Silver89 liked nico_swd's post in the thread Securing User Input.
Not secure, considering I can use JavaScript in attributes of allowed tags. <img src="1" onerror="alert('Hax0red');" /> If you really...
Aug 11, 2010 -
LOD liked nico_swd's post in the thread parse link?? not sure... please help...
function parse_links($text) { return preg_replace('~(?:ht|f)tps?://[^\s\(\)"\'<>\!]+~i', '<a href="$0">$0</a>', $text); } ......
Nov 5, 2009 -
!Unreal liked nico_swd's post in the thread How to Remove Unncessary Space Between lines in Dreamweaver?.
Easier: Open the file Click CTRL + F Select "Current document" in "Find in" (You can also select the folder if you have multiple...
Jul 5, 2009 -
sarahk liked nico_swd's post in the thread Regular expression to enforce an empty field.
^ I'm guessing this has something to do with vB's options? Anyway, using regular expression, you could do this: '~^$~'
Sep 8, 2008 -
sarahk liked nico_swd's post in the thread i wana learn php.
http://forums.digitalpoint.com/showthread.php?t=970188 http://forums.digitalpoint.com/showthread.php?t=957293...
Aug 30, 2008 -
amandeepmail liked nico_swd's post in the thread Need to edit this opendir script.
$files = getFiles("./"); ... you have to specify the path to the directory in this line.
Aug 30, 2008 -
web_master liked nico_swd's post in the thread Sending mail form error.
The arguments in the mail() function are wrong... see: www.php.net/function.mail
Aug 22, 2008 -
tradeya liked nico_swd's post in the thread How to learn PHP.
http://forums.digitalpoint.com/showthread.php?t=970188 http://forums.digitalpoint.com/showthread.php?t=957293...
Aug 19, 2008 -
clinton liked nico_swd's post in the thread How to learn PHP.
http://forums.digitalpoint.com/showthread.php?t=970188 http://forums.digitalpoint.com/showthread.php?t=957293...
Aug 19, 2008