SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Mysql’

wampserver.com

With Php And Mysql, Why Are Even Specific Results Stored In An Array?

Posted Wednesday, January 27th, 2010
Tags: , , , , , ,
Posted in Uncategorized | 5 Comments »

That is to say, if you select a specific field, why does it need to store the results in an array? I understand if you select a whole row, but if it is just one value, why doesn’t it just store that value in a simple variable? Is there an advantage to the way it is done, or is that just the way it is?

In how many ways we can retrieve the data in the result set of MYSQL using PHP?

In how many ways we can retrieve the date in the result set of MYSQL using PHP ?

What Is The Best Open Source Php Mysql User Management System?

Posted Wednesday, January 20th, 2010
Tags: , , , , , , ,
Posted in Uncategorized | 2 Comments »

I’m looking for a free script that will handle user functions (registration, forgot password etc.)

Can Anyone Tell Me How I Can Run Php And Mysql On Vista?

Posted Saturday, January 16th, 2010
Tags: , , ,
Posted in Uncategorized | 3 Comments »

I tried many toturials but i really couldnt install it.
I thhink there is somethng wrong with my ISAPI.

How Can You Do A Simple Output Of A Mysql Table In Php?

Posted Saturday, January 16th, 2010
Tags: , , ,
Posted in Uncategorized | 1 Comment »

I have a user that wants to see the contents of a table. Is there a command that just dumps the table on the screen? I have a phpmyadmin account, but I don’t want to release that password as I have other databases on the server. Any ideas?

What Is The Best Free Forum To Install That Uses Php And Mysql? ?

Posted Wednesday, January 13th, 2010
Tags: , , , , , , ,
Posted in Uncategorized | 2 Comments »

I have looked at the demo for mybboard.net but it has a large ad at the top of the screen. the best would be one that has no ads or other limitations. and free.

How Do I Fetch From A Field From Mysql Using Php?

Posted Monday, January 11th, 2010
Tags: , , , ,
Posted in Uncategorized | 1 Comment »

I need to access the value from site_status from the site_data table and then leave it as a variable to be used to determine where to send the visitor to the site.
Basically in Pseudo Code
if value from site_status in table site_data = 0 then
send user to value from site_indexpath in table site_status
else if
value from site_status in table site_data = 1 then
send user to value from site_maintain in table site_status
else end
Thanks

I use Geocities, I’d like to make a PHP login/logout/register feature…
Is there a way to do this?