returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
Multiple while loops
I have several DB queries that I know should be returning results and aren't. I have a feeling it ha
unoconv doc convert to pdf code prob
PHP/5.3.1
Hi. I am trying to use this code to convert docs to .pdf utilizing unoconv. Howe
Simultaneous select/update/insert
Hi
How would I need to go about when 2 users update a single row simultaneous? And how would
Strip Slashes Help
I've got a script that i've downloaded of the net to edit multiple fields from my sql database, and
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
login form can you find my error?
registrationform.php seems fine send data to registration.php
registration.php seems fine checks
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:
Code: [Select]$query
Show specific day of the week
I have been racking my brain trying to get this function to work properly and it is doing so for eve
Select Rows as Columns..
is there a way to select COLUMN_NAME from user_tab_columns where table_name='TABLENAME';
and ha