If you don't get the rcds at each levels right why dont you look at adding you application initialization command or script to /etc/rc.local.Anythi ng you put there will be executed after starting all the other services available on your Fedora.
Hope that helps...
User Profile
Collapse
-
Send automated sms from application
Hello All,
I am building an application which i will like to send an automated sms through a gateway to gsm phone numbers.I want it to query the database to get data at a particular time and send. e.g an automated script that send happy birthday to someone by checking the birthday information in the database to send immediately it happens or as stipulated.
Any help will be appreciated.
Thank you in Advance. -
If you are using Xampp you can have access to mysql from console by pointing to mysql executable directly such as
On linux
try /opt/lampp/bin/mysql
if you install xampp to /opt/
if it works then try to link by
ln /opt/lampp/bin/mysql /usr/bin
then after that you can now use
"mysql" to the command to access it.
For windows
C:\xampp\mysql\ bin\mysql...Leave a comment:
-
Getting the last mysql query
Hello everyone
Please, I want to know how i can get the last mysql query issued into the mysql server with php. -
integrating php applications
Hello all
i am just posting for the first time.I had a challenge at hand, i am thinking of integrating two already made php applications.In this case one will be the main application that get data while the others can retrieve the data for use.i wanted data from one application's database to move to another immediately it is saved in the first application and also changes in the first database such as update, delete etc such affect the...
No activity results to display
Show More
Leave a comment: