User Profile

Collapse

Profile Sidebar

Collapse
lanlife
lanlife
Last Activity: Feb 25 '08, 08:36 AM
Joined: Oct 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • lanlife
    started a topic Send automated sms from application
    in PHP

    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.
    See more | Go to post

  • 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...
    See more | Go to post

    Leave a comment:


  • lanlife
    started a topic Getting the last mysql query
    in PHP

    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.
    See more | Go to post

  • lanlife
    started a topic integrating php applications
    in 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...
    See more | Go to post
No activity results to display
Show More
Working...