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
~475 People Reached
About Me

web developer

Interests
fishing, drinking
PC Specs
MDG pentium4 2.93ghz 1.5GB Ram 150GB NTFS
Favorite Tags
Member Avatar for heavychevy

Okay the problem started about a week ago, when out of the blue, when I clicked on Inetpub folder, I got the following message:"C:\inetpub is not accessible". I have not changed the permissions or touched anything that would cause this. I am the administrator and am logged in as such. …

Member Avatar for Dani
0
131
Member Avatar for heavychevy

Ok so I execute a query and am now holding a complete recordset. ($rs_cust) Now when i check if results are returned and whether I am able to loop through this: i.e. While ($row=odbc_Fetch_array($rs_cust)) {Do something} Now I'd like to have it do something else if there are no results …

Member Avatar for heavychevy
0
125
Member Avatar for heavychevy

I've got an insert statement where there is a memo field that can easily contain quotes or single quotes or apostrophes. I cannot get it to insert I have tried with replacing the aposatrophe with a ', doesn't like it i have also tried if (get_magic_quotes_gpc()==1) { $notes = stripslashes(ereg_replace('"','"',$_POST["other_notes"])) …

Member Avatar for heavychevy
0
101
Member Avatar for eugui

hello guys, i have a system login and i put the correct login and password and the script is correct but donĀ“t show any information about the user [PHP] <? if (isset($_POST['usr']) && isset($_POST['pwd'])) { $usr = stripslashes($_POST['usr']); $sql = mysql_query("SELECT * FROM usuarios WHERE login = '".$usr."'"); $campo = …

Member Avatar for eugui
0
118