Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 01-12-2008, 07:57 PM   #1
ridikuloz
Confirmed User
 
ridikuloz's Avatar
 
Join Date: Jun 2005
Location: ▓NY▓
Posts: 2,080
Putting blackslashes in input values.

Code:
echo "4 <input type=\"file\" value='C:\images\' name=\"image4\" class=\"form\"><br>";
I need help putting blackslashes in input values. The problem is that it's not showing up on the page. Any help to make it show up?
__________________
Each persons' level of stupidity makes us different.
ridikuloz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-12-2008, 08:57 PM   #2
MissFireCrotch
Confirmed User
 
MissFireCrotch's Avatar
 
Join Date: Jun 2007
Posts: 187
I always break out of php to show html.
such as:
PHP Code:
<?php
while (true)
{   
//open brace
?>
all my html tags <?php echo $phpVar?> with php vars included
<?php
}   //end brace
?>
__________________
Need some web dev? Contact ME
ICQ - 366621126
MissFireCrotch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-12-2008, 09:05 PM   #3
MissFireCrotch
Confirmed User
 
MissFireCrotch's Avatar
 
Join Date: Jun 2007
Posts: 187
or you can do like this:
PHP Code:
echo '4 <input type="file" value="C:\images\" name="image4" class="form"><br />'
read here to see the performance diferences between echoing and breaking out of php:
http://www.webmasterworld.com/forum88/3253.htm
__________________
Need some web dev? Contact ME
ICQ - 366621126
MissFireCrotch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-14-2008, 04:22 PM   #4
ridikuloz
Confirmed User
 
ridikuloz's Avatar
 
Join Date: Jun 2005
Location: ▓NY▓
Posts: 2,080
Still doesn't show up even after breaking out of PHP. I removed the type="file" part of the input and it magically appeared. Is it something to prevent hacking or whatnot?
__________________
Each persons' level of stupidity makes us different.
ridikuloz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.