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
~631 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mrcb

Hello all - I have some functioning javascript that I want to open in an overlay (floating iframe?) when the user clicks the bookmarklet. How do I do this? Thanks much, mrcb

0
54
Member Avatar for mrcb

Hey all. This is the query I'm trying to run: [CODE]select * from url_0, url_1, url_2 where url_0.url = 'http://google.com' or url_1.url = 'http://google.com' or url_2.url = 'http://google.com'[/CODE] but it is returning things that are not [url]http://google.com[/url]. why? how can I get it to only return entries that are exactly …

Member Avatar for kylegetson
0
176
Member Avatar for mrcb

So I have a simple login + set cookie script. After checking to see if the supplied credentials are in the db, the script sets a cookie. After this, the script forwards the user to a password protected page. I know the login + cookie placing script works fine. When …

Member Avatar for codejoust
0
86
Member Avatar for mrcb

Hey all - I did a bit of searching and read up on the "..not a valid MySQL result resource" error.. but I can't seem to fit any of the solutions to my code. Can I please get some help? Here is the error: Warning: mysql_num_rows(): supplied argument is not …

Member Avatar for almostbob
0
144
Member Avatar for mrcb

Good evening everybody. I'm trying to add values to a database. The script is connecting to the server just fine. It is finding the correct db just fine. The issue is when I try to add stuff to the db... Heres the code: [CODE]<?php include 'dbconnect.php'; $edname = 'bob'; $edemail …

Member Avatar for mrcb
0
171