Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for nike123

what exactly do i need a webhosting company for, is it just simply to run my asp pages, if am unable to do so from my computer?

Member Avatar for btesfaamlak
0
152
Member Avatar for nike123

A little help, required with this insert.php script, which is meant to add a new user to mysql user, unfortunately when this script is executed, and username and password inserted, it doesn't actually add the new MYSQL USER, instead i just get the error message . <?php if(isset($_POST['add'])) { include …

Member Avatar for phpnukes
0
317
Member Avatar for nike123

IWhat exactly is the "unsigned" use for in sql and when should i consider using it?

Member Avatar for paradox814
0
191
Member Avatar for nike123

I am trying to assign tomorrow date to a variable in my program call $tomorrow, but i just cant seem to work out how to do it. Have done today's one by doing $date = date('Y-m-d'); after reseraching I thought it will make sense to do this $tomorrow = mktime(0, …

Member Avatar for rahulgs
0
332
Member Avatar for nike123

Please please please i need a bit of help, with setting my php site layouts. I have decided to use tables instead of page frames for various reasons. I am now however having some problems with getting my page to display as I wish, so if anyone could please give …

Member Avatar for PoA
0
199
Member Avatar for nike123

I have got this code, which am trying to display it in white writing. I could get the first part in white but couldn't get the variable ($HTTP_SESSION_VARS['items'] to come up in white. echo '<font color="#ffffff"><b>Total Items = </b></font>'.$HTTP_SESSION_VARS['items']; I have also tried the code below but got an error …

Member Avatar for Dani
0
148
Member Avatar for nike123

Am not too sure what this code does can someone help me please? I know it starts a session but what all that xtra validation? // start the session session_start(); if (!get_magic_quotes_gpc()) { if (isset($_POST)) { foreach ($_POST as $key => $value) { $_POST[$key] = trim(addslashes($value)); } }

Member Avatar for nike123
0
149
Member Avatar for nike123

:?: Have tried to make sense of this, but am not quite sure what this !get_magic_quotes_pgc does, can someone please provide me with a simple expalnation of what it is, and why do i really need it. Please please please. Thanks. :lol: if(!get_magic_quotes_gpc()) { $title = addslashes($title); $content = addslashes($content); …

Member Avatar for leelee
0
142
Member Avatar for nike123

I have copied this program from this site, and simply copied as a new C++ file but when run I got a number of error. so I included Myheader file which amongs other includes, the iostream.h, and stlib.h, that is why they have been commented out below. Any way doing …

Member Avatar for nike123
0
205
Member Avatar for nike123

Reading the helps, I've learnt that I need a sql server to execute my sql coding, won't that already be avaliable from me installing the iis software. And plus, am really confused with all these sql server, iis, and server thing. can someone please clarify what the diffrences are, are …

Member Avatar for nike123
0
160