Forum: *nix Software Jul 11th, 2007 |
| Replies: 0 Views: 823 Hello everyone,
I have created the .htpasswd from this site http://www.4webhelp.net/us/password.php.
Name = develop
password = develop
It created me the .htpasswd as
develop:59DQtVkPTS4jk
... |
Forum: PHP Feb 20th, 2007 |
| Replies: 4 Views: 2,594 Hi Jaikar,
Iam a newbie in PHP. Sorry to say this, but seems like you are blaming the people who are helping you, by giving their precious time.
If people were not active, they couldn't have... |
Forum: PHP Feb 15th, 2007 |
| Replies: 3 Views: 2,151 Hi Guys,
I get this error while i want to check if condition using PHP and MSSQL.
Warning: odbc_fetch_row() [function.odbc-fetch-row]: No tuples available at this result index in... |
Forum: PHP Feb 8th, 2007 |
| Replies: 3 Views: 2,151 Hi Friends,
I have one strange problem the if conditions are not working, it is not supporting at all. Any idea why ?
iam using ODBC_CONNECT() with MSSQL and PHP.
Regards |
Forum: PHP Feb 8th, 2007 |
| Replies: 1 Views: 1,412 <?php
/* first you will need to create a text file somewhere and give ita name obviously. In this example I will call it hits.txt */
$stored = "hits.txt";
/*
The following function when... |
Forum: PHP Sep 28th, 2006 |
| Replies: 0 Views: 4,412 Hello,
I have a field in DB called bookingstatus whose value will be <>1<>2<>3
Now after certain action I want to add one more extra value i.e. <>1<>2<>3<>4 how can i update this, should i have... |