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 gkittelson 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: *

  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

    thank you for reply, I just want to ask if i have to use file() functions and then string functions to transfer needed infomation (statistic into the mysql table? Thank you
  4. 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 |...
  5. maryer

    mysql tables

    I have two tables for the one same form. one is request part and another is admin part which has to be filled by admin when request part is done. They both have different fields only id number is common for them. So it can be a lot of requests and only by time admin part for those request.id can...
  6. maryer

    mysql tables

    I have two tables for the one same form. one is request part and another is admin part which has to be filled by admin when request part is done. They both have different fields only id number is common for them. So it can be a lot of requests and only by time admin part for those request.id can...
  7. 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
  8. 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
  9. maryer

    transfer form's datas

    what is your opinion how can i transfer php form's submitted datas to the js pop-up window. i tryed include(&quot;request.php&quot;) in my new printform.php js window but it didnt make any sense. So if you can suggest me anything i would be thankful.
  10. 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
  11. maryer

    mysql users

    i can connect to the mysql server but i even dont have permission to the mysql database to grant any privileges. what to do in this case?
  12. maryer

    mysql users

    hi all, in my localhost access to my created databases are denied, how can i fix it ???? thank you in advance
  13. 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...
  14. 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
  15. 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
  16. 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