Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: maryer
  • Content: Threads
  • Order by date
  1. maryer

    regular expression

    i need to put this into mysql table *************************** 2003-01-07 01:56:44 : back_up 2003-01-07 01:34:47 : down **************************** is this right way to do that? $f_data = file($filename); foreach($f_data as $str) $result=(ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2}...
  2. maryer

    html-->mysql

    dear all i have html file, and input parameters are: 1) file.html <h3>Events</h3> (most recent first) <ul> <li>2003-02-12 10:27:57 : down <li>2003-02-12 08:24:31 : back_up <li>2003-02-12 08:13:55 : down <li>2003-02-12 07:08:38 : back_up <li>2003-02-12 01:22:40 : down...
  3. maryer

    Automatically parse data

    Hi there, i would like to aske for your help for the following topic site |*******down **** | *********up site1 | 2001-12-23 00:39:22 | 2001-12-23 01:00:03 site1 | 2001-12-24 09:52:19 | 2001-12-24 10:15:34 site1 | 2001-12-24 11:49:14 | 2001-12-24 12:12:50 site1 | 2001-12-24 13:49:48 |...
  4. maryer

    mysql tables

    Hello there i have 2 mysql tables, How can i merge them into one without losing any data. Should I make ALTER 1st table and add the same fields the 2nd table has and then how can i transfer all datas from the 2nd to the 1st table. Thank you in advance
  5. maryer

    mysql tables

    Hello there i have 2 mysql tables, How can i merge them into one without losing any data. Should I make ALTER 1st table and add the same fields the 2nd table has and then how can i transfer all datas from the 2nd to the 1st table. Thank you in advance
  6. maryer

    transfer form's datas

    hi there how can i transfer form's datas from the one test.php file to the javascript opened window to print result i tryed include('&quot;test.php&quot;), but this didnt work thank you
  7. maryer

    mysql users

    hi all, in my localhost access to my created databases are denied, how can i fix it ???? thank you in advance
  8. maryer

    mysql tables

    I have 2 mysql tables (request and admin parts) for the one form. now i need to merge them into one without losing any data. How can i manage to merge them (copy data from the admin to the request table?). They are both use the same ID number, and for each form there is one ID number in both...
  9. maryer

    mysql tables

    Hello there how can i merge 2 mysql tables into one, i mean i have to tables for one form: request part and admin part, and now i need to merge these 2 tables without losing any data for the same ID number. thank you in advance
  10. maryer

    mysql tables

    Hello there how can i merge 2 mysql tables into one, i mean i have to tables for one form: request part and admin part, and now i need to merge these 2 tables without losiong any data for the same ID number. thank you in advance
  11. maryer

    printing the form

    Hello All! I wrote the form in php and the datas go to the mysql database. But i need to have the same filled form printed on paper version. So how can i manage to get filled form not only in mysql database but in paper also? Thank you in advance

Part and Inventory Search

Back
Top