Started 2 weeks, 3 days ago (2009-10-28 04:42:00)
by KIKAN Grunt
Hello Friends I have A Excel Work Book On My Pc i want to export its data to my web server of www.seedtofeed.co.cc and that should transfer in seconds so any one help me how can i export
SERVER CONFIG cPanel Version 11.24.5-STABLE
cPanel Build 38506
Theme x3
Apache version 2.2.13 (Unix)
PHP version 5.2.11
MySQL version 5.0.81-community
Architecture x86_64
Operating system ...
Started 1 week, 4 days ago (2009-11-03 11:43:00)
by chandan123
u created a new db in new host ? u need to import that db to new host first
also u need to update user , database name , password in wp-config.php no need to change
localhost
Started 2 months, 2 weeks ago (2009-08-27 01:19:00)
by premiumscripts
Try using mysqldumper instead: http://www.mysqldumper.de/en/
Started 2 weeks, 2 days ago (2009-10-29 00:18:00)
by donmarcos
slim ,
sure you will have to create a script/program in java, php, perl, asp, etc to accomplish this task
this commonly known as a web
scrapper
Started 1 week ago (2009-11-07 04:38:00)
by fairuz.ismail
here's an idea..
why not u store the id of
the last question showed for each category..
then when u want to display questions, just refer first to these last answered id, and take the next question.. sounds simple isnt it?
Started 1 week ago (2009-11-06 22:09:00)
by wwwsolution
The PHP hosting site provide Mysql on their server. Its not compulsory to have only one database installation. The server can have more than one
database server on one server. Mysql does not reflect with other database.
Started 3 days, 18 hours ago (2009-11-10 20:46:00)
by Jalpari
cp > phpMyAdmin > ur database > export > select all table >
save as file > go
Started 4 days, 8 hours ago (2009-11-10 06:55:00)
by rogan4567 rogan4567 is offline Grunt
I'm not sure if a database can do that, but I think it would be better just to keep a record of the user's last login time in epoch seconds, and then when they go to login again, check the difference
between the seconds at that time and their last login -- if it's over 7 days, then direct them to a login screen. You can update thousands of SQL records via a cron job and a simple script, but ...
Started 3 days, 5 hours ago (2009-11-11 10:04:00)
by mwasif
Use GRANT to give
access to MySQL users. Use the following command for 777 permissions
Code:
chmod 777 file_name
Started 1 week, 1 day ago (2009-11-06 08:09:00)
by fujipadam
well its a 2 step process
1) Get form input into database - for this you need a script that takes your input to enter into database. try googling PHP for scripting and MySql for database - here is the first result( http://www.apluskb.com/scripts/How_c...nswer3591.h tml )
2) Once you have it in mysql. its pretty easy to export it as a CSV using
phpmyadmin or any other MySQL GUI tool