Hi,
I have a question related to Schedule editor.
If we schedule a BLS for every 30 seconds which itself takes around 60 seconds in execution, will the excution of BLS be overlapped one after other as first execution is not completed and next execution is schedule to run after 30 seconds or next schedule will wait for previous to be completed.
Is schedule editor execution is synchronous (wait for prev. execution to be completed) or asynchrous(executes next schedule w/o looking into prev. schedule status) .
Thanks in Adavance
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tiers.I've got it working so it only displays a tier if the quantity is greater than 0 but I end up
Gaining access to Drop Down Menu Variable
code is below, I am creating a drop down menu. I want to echo the value selected in the drop down menu in the php file that is executed afterwards. when I echo frmcounty in the php file it returns
CODE NOT WORKING
Code: [Select]<?php//include shared codesinclude '../lib/common.php';include '../lib/db.php';include '../lib/function.php';include '../lib/User.php';//construct password request for
Uploading Filetypes and placing them in seperate folders.
Hello, first post , and asking for help im afraid. Very new to PHP, was making good progress I thought , but im stuck with this part. I have a uploading form that works perfectly and uploads
generating random codes
Hi guys n gals,I have a requirement to generate 250,000 unique codes...These codes are for a tracking service and will be stored in the database (table field has a unique index).Now I am working on
How to get variable value on next page
Hello friends i am working on payentry page ..there i have this code......... Code: $str="select MAX(PSRN) from paymajor";$result=mysql_query($str) or
mr8m - reverse document
Friends,
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
check how many commas the variable containing the query has between [i]select[/i
Hi...iv made an sql table that contains id number - name of sql query and an sql query.The problem is that the table contains very different querys.On the first page you choose a query from a drop
Keeping data in form
How can I keep whatever I write in the form?