Hi
Have a look at this.
May this is what u r looking for...
bannerRotator
randomAds
ad-manager
User Profile
Collapse
-
-
Thanks guys.
I read that post but didn't analyzed more about that.
Thanks i'll move in that direction.Leave a comment:
-
Thanks for your effort. But this is something different from i want..
I may not be clear in specifying what i want.
I have a website and it should run 24X7 (for this what you gave is a perfect solutions. Thanks.)
In the website , itself, i'm having a program may be an API, that has to be run indepedent of the status of the website. (i.e the specific program need not to use http connections and it has...Leave a comment:
-
-
Yes, it an web application , gets data from the db and then process and it runs on my machine (server), the db gets updated thru my website..Leave a comment:
-
i'm going to use linux and i want that program to run all the like a service...
I'm sure about that, this program should be running all the time,this program has very important monitoring and queuing stuff. so it need to be running..
I thought of cron, but for example if the crontab itself fails, who will initiate that program.
Actually i want that program to be running like a service whenever the server...Leave a comment:
-
How can i make a php program run like a service in the server?
hi
I'm going to write a program that should be running all the time (24/7) in my server say like a service..
Whenever my server is running this program should be running and whenever i start/restart my machine the program should automatically start and run.
The program will be in php. How can i make this to run like a service?
So how can do this ? -
Is Curl() function safe?
hi
I've decided to use curl() to fetch the links from a website page from my server.
If the page any harmful executable files, will my server execute that when i'm using the curl() function? Is is safe to use curl() modules for this puropose?
What will the security measures i should take if i continue to use curl() functions? -
hi the following code worked nicely for me both in ie and firefox...
Code:<script language=javascript> document.onmousedown = shiftEnter; function shiftEnter(e) { if (!e) var e = window.event; if (e.shiftKey || e.ctrlKey ) { var msg = "<bean:message key='home.player.operationNotAllowed' />"; alert(msg); return false; }
Leave a comment:
-
Thanks for moving ,,
Expecting to get done thru this forum....Leave a comment:
-
-
I think i can try giving the width and height for the body element ..
I just have a single page content and it's like printing a short invoice or bill in a pre-formatted print sheets(i.e like pre-printed bills, books, cheques etc..)
That's why i asked ..
I use the javascript to open a separate window with the specified height and width and that page contains only the content to be printed not other than...Leave a comment:
-
Forcing page size when printing
hi
i've doubt in the window.print() function.
I'm using a css with the attribute media=print and i'm hiding the unwanted things from display for printing using this css.
I'm opening a window which contains the content to be printed in a fixed size say 600x300 and i'm using the window.print() to print the current window content and it's printing the page to the default page setup (i.e the whole window) , but i... -
Hi
it's working nicely!! thanks.. What a simple attribute i missed out..
I looked for the options for the AUTOCOMPLETE thru google and some sites suggest that we can use that but couldn't rely on..
I don't know reason behind that..
Any way it's working nice..
Thanks for helping...Leave a comment:
-
hi
anybody there to answer this post i still looking for the answer..
pleaseLeave a comment:
-
hi
My code does what i want to. (i.e) displaying a div with the names of the matched entries when i type the characters in the search box...
The code is not doing anything differently...
Here's the question i should answer. I've set the options in the firefox browser
"Remember what i enter in the forms and search bar" ... this is...Leave a comment:
-
Problem with the browser stored data (form fields)!
hi
i'm having a form in which a text field has a js function which lists the name of the customer by searching the letters typed in the field.. (like the one on gmail mail to column)
The js funtion is working well and there's no problem until i activated the store data options in the browser.
Once i use the forms the data entered before in the form fields are stored by the browser and they are gets listed... -
hi
$edit="select * from addevent where date='$_POST[date]' AND month='$_POST[month]'";
echo $edits=mysql_qu ery($edit);
$number = mysql_num_rows( $edits);
if($number!=0) // here the number of rows returned by the query is checked //and then process is continued
{
while ($rows=mysql_fe tch_assoc($edit s))
{
print "<tr bgcolor=\"#CCCC CC\">...Leave a comment:
-
i think u can look for some startup tutorials in php
i can suggest you two sites where u can go thru php simply and powerfully,,
PHP Tutorial
Online php tutorial
I've been visiting these sites for this kind of tutorials and scripts.
Go thru these tutorials and then work out something yourself and then come with ur specific doubts......Leave a comment:
-
i've found a free users online script at hscripts.com and it's a simple script which tracks the users based on the ip and the pages they are visiting.
find the script at User online script
I think it would satisfy your need.Leave a comment:
No activity results to display
Show More
Leave a comment: