fbl
|
| Posted: 10/07/2005, 8:42 AM |
|
Is there some thing am doing wrong?
Every time I change the code within the event code, the program refuses to call the event code again.
It runs through the bindevents function but will overlook the changed event code that is modified.
Is there something I am missing out on?

Thanks
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 10/07/2005, 11:46 AM |
|
This can only indicate that the PHP engine doesn't work, because PHP must execute every line of code that it sees in the PHP script file. Possibly you are using some caching on the client or server side (with Apache or PHP)?
Otherwise possibly the programs aren't published to the server, or are published to a different location than the URL you're executing.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
fbl
|
| Posted: 10/10/2005, 3:43 AM |
|
|
|
|
 |
fbl
|
| Posted: 10/10/2005, 3:48 AM |
|
The code was modified after publishing. I have tried it again with another page.
While making changes, I was monitoring the program (debugging - and running it). The changes were showing for a while. Later it stopped running the Event codes. It still runs the event file as some of the other event functions still runs. But the changed ones were ignored.
|
|
|
 |
|