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
Ranked #4K

22 Posted Topics

Member Avatar for verbob

I am trying to store the contents of checkboxes in a field in a mysql database and retireve them later... [code=html ] <input type="checkbox" name="days[]" class="other" value="Monday" /> <label class="left">Monday</label> <br /> <input type="checkbox" name="days[]" class="other" value="Tuesday" /> <label class="left">Tuesday</label> <br /> <input type="checkbox" name="days[]" class="other" value="Wednesday" /> <label class="left">Wednesday</label> …

Member Avatar for jckb188
0
461
Member Avatar for verbob

Ok, I'm not exactly great at PHP, but I'm learning... Here's what I would like to do: An event occurs every Tuesday and Sunday. I would like to echo out the "next" date for the event. For example- "Yardsale every Tuesday and Saturday Next Yardsale: " [echo the next event …

Member Avatar for verbob
0
152
Member Avatar for stevehoff424

Firstly, you don't have an option to press a certain key to just ignore the error and continue? What strikes me as strange is that the time would not advance when running off the battery. Basically, all the cmos battery does is provide just enough power to hold the settings …

Member Avatar for dee101g
0
2K
Member Avatar for ericdb

It could be a corrupted file system, bad hard drive or even a bad stick of ram. It really doesn't help knowing that you can't boot from CD - it could be a dirty lens or bad ide ribbon causing that part(or scratched cd for that matter)...Although, try removing the …

Member Avatar for verbob
0
706
Member Avatar for verbob

I'm not all that certain how to go about this, but here's what I am trying to do: Firstly, coding in PHP and using MySql DB. I have a table (called overall) that holds each individual Softball teams stats. fields are: 1. team (team name) 2. gp (games played) 3. …

Member Avatar for verbob
0
154
Member Avatar for verbob

What I would like to do is search a MySQL table for anywhere from one to 12 seprate fields, depending on what is submitted from a search form(has 12 different things that a user can search -- its an "AND" search only) What I am unsure of is how to …

Member Avatar for verbob
0
131
Member Avatar for verbob

My site is, basically, a single index.php page with a bunch of php includes. For example: the contact page is " index.php?category=contact " Do I have to redisgn the entire site or is there a way to get the bots to recognize that each one is a seperate page?

Member Avatar for legalizeit
0
86
Member Avatar for verbob

I would like to take a string (I have loaded it from the database) and extract it into chunks. The beginning string, lets call it "$string", has the following format: [CODE]<li>item1</li><li>item2</li><li>item3</li>[/CODE] (maybe more li's, maybe less, or even none) What I would like to do is extract to an array …

Member Avatar for verbob
0
128
Member Avatar for ledzepp

Unplug everything except CPU, One stick of ram and video. If it posts, then try adding one thing at a time to try to eliminate what is causing the problem. If not...well...either one of the components are bad(yes it is definately possible to have a new component dead right out …

Member Avatar for mentormatt8
0
233
Member Avatar for verbob

I am writing a script to add and edit listings in a realestate site. For some reason I can't get the variables from the url to recognize properly. heres the "problem" part of the script: [CODE] <?php require_once "../dbconnect.php"; // include the database information // if the 'mode' is set …

Member Avatar for verbob
0
176
Member Avatar for verbob

I've been running Hamachi on a small business network for over a year. No problems whatsover... ...until about a month ago. All of sudden no-one could connect to to each other, so I got all of the clients to update to "trial" version and problem went away. As of this …

0
46
Member Avatar for verbob

Heres my code, which is in the head section of the page(yes, its saved as .php): [code] <?php if (isset($_GET['category'])) { if ($_GET['category'] == "property" ) { $property_link = "<span>Property</span>"; $rentals_link = "<a href="listingstest.php?category=rentals">Rentals</a>";} else { $rentals_link = "<span>Rentals</span>"; $property_link = "<a href="listingstest.php?category=property">Property</a>"; } } else{ $property_link = "<a href="listingstest.php?category=property">Property</a>"; …

Member Avatar for verbob
0
113
Member Avatar for verbob

Below if part of my login script. I am trying to get it to redirect if the users account status is 'not verified' or 'suspended' (not verified is the field 'verified' = 0 and suspended is 'verified' = 2) I'm sure it could be coded a little more eloquently, but …

Member Avatar for verbob
0
186
Member Avatar for verbob

This is an annoying error...tried re-writing the code a few times...deleting and recreating the table...etc...still the same result: " ... You have an error in your SQL syntax; check the manual that corresponds to your MYSQL version for the right syntax to use near 'desc) VALUES ( '', '1', '1', …

Member Avatar for verbob
0
115
Member Avatar for verbob

I would like to "hide" everything encompassed in a particular <p> tag that is 'named' by a variable(created a php script that reads from the db and echo's a users details in a <p> that has the name of the 'member number' via a variable - user. (yes it sounds …

Member Avatar for verbob
0
198
Member Avatar for verbob

Compaq Presario 900 - Athlon-M 1700+ This is the first time I have seen this issue... The laptop WILL POST, but NO fans work(hence the laptop shuts off almost immediately). When I REMOVE the CPU, the fans spin up just fine.... Has anyone seen this happen before?

Member Avatar for verbob
0
86
Member Avatar for captbilly

I have seen some laptops that won't boot when the battery goes [physically] bad. I agree with 'theNNS' - remove the battery completely and try it with just the power adapter.

Member Avatar for verbob
0
46
Member Avatar for yoe2270

You may have inadvertently deleted some necessary system files. You will either have to reinstall, or repair the installation. (a repair can be done with XP if you choose the second repair option when booting from an XP CD - Most OEM(NOT retail) CDs will work with Dell) OR, you …

Member Avatar for verbob
0
97
Member Avatar for quietstrm98

try tapping F10 to get to the BIOS when you first power on. Then check to see if the Hard drive and Optical drives are detecting(should display this info on the first screen) If they do detect, check the boot sequence(CD/HDD first...lan last) If not, try removing them and reseeding …

Member Avatar for verbob
0
92
Member Avatar for igor056

Emachine motherboards are a very common componet to just die out of the blue (I have a box of about 60 of the boards with the identical problem.) Second most common is the psu. Bestec brand, I believe...

Member Avatar for verbob
0
74
Member Avatar for joeallstate

I would guess filesystem corruption(since no hardware changes, right?) Try this: (it will not hurt anything if its not the filesystem) Boot from the XP CD. Choose repair with recovery console log into windows installation type "chkdsk /r" (without the quotes, obviously) If that doesn't help, try an "in-place" repair …

Member Avatar for verbob
0
77
Member Avatar for verbob

I just acquired a P20 toshoba laptop...nice little rig - 17", dvdrw, etc... Problem: Fans will come on, power light on...no blinking lights just solid blue power light. Tested the ram and cpu elsewhere...they are fine....tried an external monitor(and tried the Fn-F5 to swap displays,etc) no go... Before I resort …

0
52

The End.