1,317 Posted Topics

Member Avatar for Designer_101

If you do a search, you'll easily find info on this. One link that may be useful is: [URL="http://www.faqts.com/knowledge_base/view.phtml/aid/9844/fid/51"]http://www.faqts.com/knowledge_base/view.phtml/aid/9844/fid/51[/URL]

Member Avatar for mschroeder
0
95
Member Avatar for OmniX

Why you want to do it is unclear but a little bit of research will probably provide you with the answer. There are previous posts on this topic such as: [URL="http://www.daniweb.com/forums/thread162002.html"]http://www.daniweb.com/forums/thread162002.html[/URL]

Member Avatar for nav33n
0
107
Member Avatar for digi23

If they need to connect to your PC to do it, then they need a remote access utility that will let them log on to your PC and run the job. If it is really just intended to get something run on the server, give them a copy of the …

Member Avatar for chrishea
0
74
Member Avatar for theimben

If you search the forum first you can often find previous posts with similar problems. Try this one as an example: [URL="http://www.daniweb.com/forums/thread101948.html"]http://www.daniweb.com/forums/thread101948.html[/URL]

Member Avatar for vinothkumarc
0
82
Member Avatar for todo

In terms of basic tools, ISP's usually have CRON where you can schedule jobs. There is also a scheduler that you can implement yourself (phpjobscheduler) at [URL="http://www.phpjobscheduler.co.uk/"]http://www.phpjobscheduler.co.uk/[/URL] They also have a database backup utility at: [URL="http://www.dwalker.co.uk/phpmysqlautobackup/"]http://www.dwalker.co.uk/phpmysqlautobackup/[/URL] For other automation tasks that can be scheduled using one of these tools, you …

Member Avatar for chrishea
0
121
Member Avatar for hbk_star2006

Any output at all (even a blank line) before the Header will cause this error. As you say, this often doesn't show up as an error until you run from the server. I didn't notice any obvious echo statements so it is more subtle than that. I seem to remember …

Member Avatar for hbk_star2006
-1
120
Member Avatar for Aamit
Member Avatar for gangsta gama

Start by changing the line [icode]if(!$db_selsected)[/icode] -to- [icode]if(!$db_selected)[/icode]

Member Avatar for gangsta gama
0
138
Member Avatar for whitestream6

I'm going to assume that you know something about PHP otherwise you need to do a tutorial. You can add a PHP section at the very start of the module enclosing it in <?PHP and ?> statements. You could include your variables there initially and then move them out to …

Member Avatar for whitestream6
0
162
Member Avatar for arnoldsmith

If what you want is the end result: [U]a working application[/U], then you probably don't want to build it yourself unless you have lots of time, your really want to learn PHP and you're not in any rush to actually have it working and available. One of the advantages of …

Member Avatar for chrishea
0
96
Member Avatar for jzimmerman

It looks as if you have tried to embed a PHP statement within a section of PHP code. On the last Print statement you don't need: ...<?PHP echo ...?>... try ...php?id=".$event["id"]."\"> ...

Member Avatar for jzimmerman
0
106
Member Avatar for localp

You need to save the module as xxx.php If you saved it as a .htm it probably won't deal with the PHP section correctly when you run it. Chris

Member Avatar for cwarn23
0
142
Member Avatar for alexgood87

I didn't get an error with this code. It seems that you probably have a problem in the setup of your LAMP environment. Hard to know what that might be unless someone had a similar problem and managed to fix it.

Member Avatar for chrishea
0
115
Member Avatar for 6pandn21

I think you answered your own question correctly. Use mysql_num_rows and if there 0 records found then you can take the appropriate action. Chris

Member Avatar for 6pandn21
0
215
Member Avatar for sleign

PHP_SELF is a pre-defined variable that you can define as: $self = $_SERVER['PHP_SELF']; To make it work strictly with PHP, define a form with the action being to $self (after defining it as above). You can define a form with just the drop-down for the first pass and if it …

Member Avatar for digital-ether
0
193
Member Avatar for bigbadbrad

You probably need to set up a windows Association similar to the way in which the mailto: command causes your default mail reader to open. I can't give you an exact how-to. Have a look at mailto in your windows registry under HKEY_CLASSES_ROOT. Chris

Member Avatar for sanishan
0
186
Member Avatar for CompVsMe

JKDefrag works very well. [URL="http://www.kessels.nl/JkDefrag/index.html"]http://www.kessels.nl/JkDefrag/index.html[/URL] Chris

Member Avatar for chrishea
0
131

The End.