Search Results

Showing results 1 to 25 of 25
Search took 0.01 seconds.
Search: Posts Made By: Puckdropper
Forum: PHP Jun 28th, 2007
Replies: 5
Views: 12,040
Posted By Puckdropper
Ok, we'll switch to software troubleshooting:
Is MySQL running and in memory? It should show up on Window's Processes list.

If not, perhaps something's preventing it from starting. Try...
Forum: PHP Jun 28th, 2007
Replies: 5
Views: 12,040
Posted By Puckdropper
What's your connection string? (Be sure to replace the password with something like 'PASSWORD' if you don't want it shared.)
Forum: PHP Jun 27th, 2007
Replies: 7
Views: 4,514
Posted By Puckdropper
Take a look at the mysql_fetch* functions and mysql_result. I've got a feeling that mysql_result will do what you want.

(You can simply type "MySQL" in php.net's search box to bring up a page...
Forum: PHP Jun 24th, 2007
Replies: 7
Solved: PHP Templates
Views: 1,763
Posted By Puckdropper
By "tracing" I meant to look at how the templates are loaded and used by one of your cited examples.

PHPBB was using "eval", you're right.
Forum: PHP Jun 23rd, 2007
Replies: 7
Solved: PHP Templates
Views: 1,763
Posted By Puckdropper
I think I noticed PHPBB using the "execute" command. Have you done anything to trace the loading of those template files? (I've done a bit with PHPBB, but I was installing mods, not figuring out...
Forum: PHP Jun 20th, 2007
Replies: 3
Views: 5,187
Posted By Puckdropper
I've been using a code snippet from PHP.net's comments page on date formatting to do what NOW() does. I might just be rewriting some queries to take advantage of NOW(), rather than that function.
...
Forum: PHP Jun 20th, 2007
Replies: 3
Views: 6,657
Posted By Puckdropper
Use $_POST['fieldname']

You said you're a beginner, so I wrote a very short description on how the whole process works. You may already be familiar with the basics of forms, but if not, read on. ...
Forum: PHP Jun 11th, 2007
Replies: 5
Views: 1,268
Posted By Puckdropper
Yes, in fact it is. Most questions aren't stupid if you do want to know (an are paying attention.)



It's definately possible, I use such a setup. You've got several options, the simplist one...
Forum: PHP Jan 4th, 2007
Replies: 3
Views: 1,351
Posted By Puckdropper
What's this got to do with PHP?
Forum: PHP Dec 6th, 2006
Replies: 3
Solved: form validation
Views: 1,169
Posted By Puckdropper
Sure, ~.

Perhaps a different solution would work better. Eliminate everything but A-Z, a-z, and 0-9...
Forum: PHP Dec 4th, 2006
Replies: 3
Views: 1,375
Posted By Puckdropper
As long as you don't output anything to the web browser, you should be fine using the header redirect option.

There's some META REFRESH tag, but I've never used it.
Forum: PHP Oct 26th, 2006
Replies: 9
Views: 2,687
Posted By Puckdropper
I see no compelling reason to use one above the other UNLESS I need the return code from print... which is always one.


if (print ("Never False"))
{
echo "Look at me!";
}
else
{
...
Forum: PHP Sep 30th, 2006
Replies: 5
Views: 16,810
Posted By Puckdropper
It depends on what you want to do. You can pass the request to the system (only works for specific systems) or you can perhaps find a library that will allow you to do it.

AFAIK, only text files...
Forum: PHP Jul 29th, 2006
Replies: 6
Views: 3,793
Posted By Puckdropper
Care to post your solution and mark the thread as "solved?" It may help someone else.
Forum: PHP Jul 29th, 2006
Replies: 3
Views: 3,252
Posted By Puckdropper
A couple things to check:
1. Is your query right? (If you have PHPMyAdmin or another such program you can direct enter queries.)
2. What is your query returning? One result or many? Are you...
Forum: PHP Jun 20th, 2006
Replies: 2
Solved: PHP URL Grabber
Views: 4,757
Posted By Puckdropper
Look at the _SERVER super global. You can use


$_SERVER['PHP_SELF']


to get your information.
Forum: Motherboards, CPUs and RAM Sep 3rd, 2004
Replies: 14
Views: 51,535
Posted By Puckdropper
What model is it? Some compaqs require "reference disks" (or was the the PS/2 name?) to get in to BIOS setup, or they have to have a diagnostic partition to get in to setup.

Poor design, really. ...
Forum: Motherboards, CPUs and RAM Sep 2nd, 2004
Replies: 14
Views: 51,535
Posted By Puckdropper
Have you tried F1 or F2?

Sometimes if you hold down a key at boot, it forces an error and allows you to get in to setup from there.
Forum: Motherboards, CPUs and RAM Aug 15th, 2004
Replies: 3
Views: 6,896
Posted By Puckdropper
Try booting from a boot disk or bootable CD-ROM. Does it boot then?
Forum: Mac Rumors and Reports Jul 22nd, 2004
Replies: 6
Views: 5,492
Posted By Puckdropper
If you're upgrading your OS, take a look around Apple's FTP site. They have upgrades until about 9.something you can download for free. System 7.5.3 and below are also there.
Forum: Apple Hardware Jul 20th, 2004
Replies: 11
Views: 17,262
Posted By Puckdropper
Perhaps you should try a different power connector.

Did the eject button ever work? My Windows experience tells me you may need a driver to use it, or to enable the feature.
Forum: Apple Hardware Jul 20th, 2004
Replies: 11
Views: 17,262
Posted By Puckdropper
Top right corner of the keyboard... That's the reset button on many many Mac keyboards. I assume you're pressing the "eject" button, and apple changed the key layout on someone who's about 7 years...
Forum: Storage Jul 14th, 2004
Replies: 9
Solved: IDE problem
Views: 4,167
Posted By Puckdropper
Check your BIOS and make sure both interfaces are enabled. (I'm assuming it's plugged in to provided ports on your motherboard.)

Also, you may want to add drives one at a time to see if a...
Forum: Windows NT / 2000 / XP Jul 13th, 2004
Replies: 10
Views: 4,103
Posted By Puckdropper
Look for a hosts.txt file on your system. Take a look at that, and see if it points to the "wrong" site.
Forum: Windows 95 / 98 / Me Jul 11th, 2004
Replies: 7
Solved: formatting
Views: 2,719
Posted By Puckdropper
If you're formatting, you obviously plan on reinstalling the operating system. If your computer boots off CD-ROM, then all you have to do is issue the format command. If not, you'll need to make a...
Showing results 1 to 25 of 25

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC