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}...
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
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 |...
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...
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...
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
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
what is your opinion how can i transfer php form's submitted datas to the js pop-up window. i tryed include("request.php") in my new printform.php js window but it didnt make any sense. So if you can suggest me anything i would be thankful.
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('"test.php"), but this didnt work
thank you
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...
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
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.