|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Tips Sharing
MySQL 4.0.X
============= 01. Convert table records to XML format: -------------------------------------------------------- >mysql -X -e "select field1, fieldn from DB.TABLE;" 02. Convert table to HTML: ---------------------------------- >mysql -H -e "select field1, fieldn from DB.TABLE;" Please share any interesting tips with this post. Thanks |
|
#2
|
|||
|
|||
|
javascript:
============ If you want to remove the current page from the browser history so that the Back button does not take the user back to the current page after a script navigates to some other page. location.replace("http://www.neverback.com/index.html"); You can use this technique under some circumstances if you do not want a user to come back to a form after submitting it. * WORKS only with GET method! Please share any interesting tips with this post. |
|
#3
|
||||
|
||||
|
iahmed, please note that the topics should be kept in the correct forums categories - i.e. Javascript tips go under the "Javascript" forum.
|
|
#4
|
|||
|
|||
|
Thanks Mr. Stumpy, but input some Tips...
|
|
#5
|
||||
|
||||
|
See the Design Forum - I've posted several there.
I'm not a mysql/postgres/oracle user |
![]() |
| Viewing: Dev Articles Community Forums > Databases > General SQL Development > Tips Sharing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|