Site user can start some task by submitting some information. But he don't stay their to complete that task. I have to add the task in queue and done this at back end and after completion of task I have send the email; to that user.
For example, consider some image uploading task, user give all required information and say 'Submit' then only message should displayed "Your task is added at queue and after completion we will send...
User Profile
Collapse
Profile Sidebar
Collapse
ujwalarali85
Last Activity: Sep 30 '09, 10:44 AM
Joined: Sep 13 '09
Location:
-
How to add task in queue and run them at Back end through PHP?
-
How to create subdomain(s) dynamically for user registration?
When each new user tries to register, a directory on the server will create for her/him. (www.example.co m/user_name)
but as you know I need her/him directory to be available as follows too (http://user_name.examp le.com/).
I have Linux Server.It's not a local project, so the _conf file of Apache Server may not accessible at all. I need a working .htaccess code etc. or something else. -
Thanks Markus.
I have already have PHP5 installed on server.
Now I want how to add zip support to PHP5 as PHP5 is already installed at server.(Ref: http://www.lampdocs.com/blog/2008/08...pport-for-php/)
I found the another forum
http://forums.gentoo.org/viewtopic-t...2-start-0.html
with reference of this so I thought the source directory is /usr/local/portage/dev-lang/ ... -
how to set Cron Job on Gentoo webmin panel?
I some script located in following file
http://myserver/imp/dothis.php
I want to set cron job so that this file will run daily.
At Webmin I have menu 'Scheduled Cron Jobs' and create new cron job option.
But I don't have idea how to set command for cron job and how to set time or day for it.
I am new this Cron set up.Please can you explain me with example.
Thank you very much. -
Thanks for reply.
I did following steps
> cd /usr/local/php5/bin
> './configure' '--disable-cli' '--disable-discard-path' '--disable-force-cgi-redirect' '--prefix=/usr/local/php5' '--with-config-file-path=/usr/local/lib/php5' '--with-pear=/usr/share/php5' '--enable-exif' '--enable-ftp' '--enable-bcmath' '--enable-calendar' '--with-gd' '--enable-gd-native-ttf' '--with-freetype-dir' '--with-gettext' '--with-zlib-dir'...Leave a comment:
-
I got PHP Source Dir, but ./configure file is not present there. There is php-config file in that in that configure options are set as follows
configure_optio ns=" '--disable-cli' '--disable-discard-path' '--disable-force-cgi-redirect' '--prefix=/usr/local/php5' '--with-config-file-path=/usr/local/lib/php5' '--with-pear=/usr/share/php5' '--enable-exif' '--enable-ftp' '--enable-bcmath' '--enable-calendar' '--with-gd' '--enable-gd-native-ttf'...Leave a comment:
-
exactly not getting the 'source directory' and where it located. Please can you help regarding this....Leave a comment:
-
I have the Shell window , but how and in which directory I have to run configure command...Leave a comment:
-
Sorry I couldn't get you exactly, please explain in brief. Its very urgent requirement for me to enable ZIP functionality.
I have Webmin access but not know where and how to run Configure command with enable zip option.
Thanks a lot....Leave a comment:
-
ujwalarali85 replied to How to fetch records from other database and display and store at another sitein PHPI will try to explain little more.
Site A and Site B are two different site with their own database. Only connection is that when any user creates with basic info (username. password etc.) at Site A , then with same username user will created at site B. This is done part.
Now suppose user name with XYZ logged in at site A, I need to connect Site B and fetch record of User XYZ and show it at Site A profile page.
...Leave a comment:
-
do you want to redirect from one page to another ? If am getting you right then we can do this by follows:
if you are in page1.php and want to redirtect to page2.php then write
header("locatio n:page2.php");Leave a comment:
-
How to recompiling php with --enable-zip parameter on linux server?
We have ZZIPlib installed.
My command configure line looks like :
./configure –with-apxs –with-curl –with-curl-dir=/usr/local/lib –with-gd –with-gd-dir=/usr/local –with-gettext –with-jpeg-dir=/usr/local/lib –with-kerberos, etc.
Then I need to add –enable-zip to this line.
I can't even find the right place to run the ./configure --help command. -
ujwalarali85 started a topic How to fetch records from other database and display and store at another sitein PHPHow to fetch records from other database and display and store at another site
Suppose There are two site A and B. User X on site A has account on Site B. So now I wan to show User X Details from site B to on Site A profile page. How I do this? Please give me your ideas.
Thanks you so much to giving attention to my query.
No activity results to display
Show More
Leave a comment: