Here is an example that may be useful...
$filename = file.rtf";
if(!($fp= fopen ($filename, "r"))) die ("Can't open file 1");
$Contents = file_get_contents($filename);
fclose ($fp);
//Replacefields
$newContents = str_replace ($badstring, $godstring, $Contents);
// re-save the file as an rtf...
Hello,
I have a project where I have users fill out a PDF form from the web. I need them to save it to their computer when done.
I tested it on a computer and I cannot 'Save As' or 'Print to PDF' via Acrobat Reader. Apparently you can only do this with the full version of Acrobat? Not...
Has anyone successfully parsed data from a simple html form to a pdf document?
I would like to open the pdf via a submit button on my html form passing an id value through to the pdf that is stored in a hidden field on my html form.
Thanks,
E
Hi,
I am using Adobe 6.
I have created a pdf form in an iframe so I can still display the website navigation menu.
Problem: The pdf form will not submit in the frame -it just sits there doesn't re-direct to the php page doesn't process. I have tried to run this file directly out of the...
Go the the pages tab on your naviagtion bar. Right click the page you are trying to change. Choose Page Properties. You will see the tab order choices. Set to specific settings - left to right row by row or left to right column by column. It's really easy
- E
Hi All,
I have been researching on this forever and can't find an answer.
I need to rename my variable depending on what my counter value is for each total in my query array. For instance I would like a unique Total for each record so I can refer to all the records once I am out of the...
Hi All,
I have been researching on this forever and can't find an answer.
I need to rename my variable depending on what my counter value is for each total in my query array. For instance I would like a unique Total for each record so I can refer to all the records once I am out of the...
Hi All,
I need to add a comma to my totals between the thousands ie:
convert 1000.00 into 1,000.00
convert 10000.00 into 10,000.00
convert 100000.00 into 100,000.00
I find sprintf will add the decimal, but I can't get it to add the comma.
Any help would be great!
Em
Hi All,
Is there a way to calculate the difference between two times with cgi?
ie...
Start 12:30
End 13:15
Time difference = 45mins
I tried to do this as a calculation in CGI like...
13:15 - 12:30 but it seems to be just caclulating the hour so the result is 1.
Any ideas?
E
Thanks Rael,
That's not gonna work becuase it takes a LONG time just to import the data into the access.
I don't understand why it takes so long. These are standard queries and reports that I am creating, and even single tables that I am accessing. I am so confused on why it runs so slowly...
...the two tables)
This way you can select from the two tables like this....
if you want to select all the clients in a certain hotel..
Select * from CLIENT, HOTEL
where HotelID = [HotelID]
and HOTEL.ClientID = CLIENT.ClientID
or
if you want to select the Hotels that the client has been...
Rael,
I am still having slowness problems connecting through the ODBC. I have kept my queries as effecient as possible. But I am still haviung problems. I can't even access a simple table without having to wait forever.
How do you take a snapshot of the MYOB database as you suggested?
PS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.