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

web developer

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

4 Posted Topics

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
137
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
127
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
106
Member Avatar for eugui

Do you not need quotes around the array item you are calling? i.e $cod_seg=$row2['cod_seg'] event try print_r($row); print_r($row2); to verify your queryies have a result set in them

Member Avatar for eugui
0
120

The End.