|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
SHOW status question
i am writing some functions to show the current status of the database when the user logs in.
I have succesfully built a SHOW TABLE STATUS function which lists the status of all the tables in the database. I also wanted to display the system status and so have written the following: PHP Code:
When i ran this code it ran with no errors but would not echo any of the variables. So i added the foreach loop to see what was going on in the array and it returned this: key:0 - value:Aborted_clients key:Variable_name - value:Aborted_clients key:1 - value:558 key:Value - value:558 I am not sure if i have a problem with my SQL statement or my PHP so sorry if this is in the wrong forum. If i type SHOW status into PHPMYadmin in returns the results fine. anyone got any ideas? Once i am finished i'll post them up thanks toby |
|
#2
|
|||
|
|||
|
This part:
PHP Code:
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > General SQL Development > SHOW status question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|