|
|
Viewing 0 - 20 out of 10 Articles |
- Importing SQL files from SSH
I'm trying to import a SQL file full of UPDATE statements to my database. My web host is absolutely no help at all. I've done this before and someone helped me find a command that worked. But fo......
Posted in:
PHP | By:
rekha singh | Date: 25 May 2010 11:36 am |
Comments (1)
- Automatically update
I'm looking for a way to modified an update php script and to set it in a way to automatically update my database every 2 hours, can any one help or advice?......
Posted in:
PHP | By:
rekha singh | Date: 28 Mar 2010 3:06 pm |
Comments (2)
- [JavaScript] After Update Event
Dear all.
I have a option button and text field. I want to to check the option button automatically when someone type any text in text field. That's like After Update Event in Desktop programming.
......
Posted in:
PHP | By:
rekha singh | Date: 03 Feb 2010 1:53 pm |
Comments (6)
- Update query takes too long time!!
Dear All,
An SQL query to update a field in a table takes too long time to run. Can anyone advise me to get rid of this. My SQL is simply like::
UPDATE tbl_member SET signin=`No` WHERE User_Id=20
......
Posted in:
PHP | By:
| Date: 24 Jul 2009 11:50 am |
Comments (1)
- Associative arrays to update Cart Cookie .... image filename
Hi
Thanks for the advice.
One other problem is that there should be an image of the item at the start of the line.
Images are stored in the usual "images/" folder.
The file has ......
Posted in:
PHP | By:
| Date: 24 Jul 2009 11:50 am |
Comments (0)
- Associative arrays to update Cart Cookie
Hi,
Below is a function I have written to update the Cookie of a Shopping Cart.
To me, the logic seems fine But how are Cookies updated from stored Arrays like this ?
This is the origina......
Posted in:
PHP | By:
| Date: 24 Jul 2009 11:50 am |
Comments (0)
- Updating mysql db through a simple form
Hi,
The code below takes variables vrb1 through vrb5 from a form and it is supposed to update a database. It is displaying the results coming from the form on the screen (so the form works correctl......
Posted in:
PHP | By:
| Date: 18 Feb 2009 4:25 pm |
Comments (2)
- Database update and backup basics
Hi,
Here are a few beginner questions on the same issue, as I am starting on my first database:
1-what is the most common method of updating a database? (sending query from web page, login to your......
Posted in:
PHP | By:
| Date: 18 Feb 2009 4:25 pm |
Comments (1)
- Automatically updated link and page
Hello,
here is a news table:
id - date - title - par1- text body
For example, here is the code for displaying latest 10 entries:
select * from newsa ORDER BY id DESC LIMIT 10
while ($ro......
Posted in:
PHP | By:
| Date: 18 Feb 2009 4:25 pm |
Comments (1)
- Return type in Update statemnet in PHP my Sql
Hi,
I am updateing some text in mySQL through PHP quary i want to know how can i get cinfirm thay my result is get updated
Bye
......
Posted in:
PHP | By:
Shailesh Singh | Date: 28 Sep 2008 1:07 pm |
Comments (0)