How do I output a batch file so I can print signs and labels with a 3rd party program?
Also can I odbc into the database to extract the entire item file? If so, where is the file located?
sleipnir214,
I have done a php redirect on the server, but was unsuccessful (refer the original post). When doing it, the program looks for files on the webserver, instead of the users computer to compare files.
thanks
No, I don't want anything to be displayed in a browser. The program I mentioned is not a web browser. It is an autoupdate program for one of our software programs. It currently searches for a static IP that is at our office, but at some point our static IP may change and I don't want to have...
I have a program that gets updates from a static IP (this part works), but what I want it to do is to search for a website (www.domain.dom) then it be redirected, forwarded, or whatever, to the static address previously mentioned. The problem I have when doing this is I can not run an program...
Is there a limit to the number of variables that I can submit to a php script from a html type form?
The reason I ask is that I got the code to work but if I add all of my fields, the submit button fails to work. (The form actually spans more than one table if that makes a difference.) I am...
Like I said in the previous post, I wrote the code.
----
Sample:
if ( empty ( $address ) )
print "$empty";
else
print "$address<br>";
----
No database needed.
All I did was to call the script from the action= in the html form tag. Then I format it the way I want it on...
sleipnir214:
I did not want you to write the code I just wanted to know what functions I was going to need to use to get the information to the second page or a webpage that would tell me how to get it done.
I thought I would have to write it to a database or something.
Someone else told...
I want to create a form on page(pg1) and pass the information from the form to a second page(pg2) where the user can either submit or reject the displayed information. On the submit on the second page(pg2) I want it to email me and the user the information.
(on the second page and in the emails...
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.