I was using ShellExecute and in some machines it works fine but with some net printers sometimes fails...
I changed to use PDF Api
Add in your project Acrobat.tlb reference
then you can use this function you give the full path of the file as parameter.
Function PrintPDF(strFileName As String)...
Try something like this... Using sessions is better
$dominio = $GLOBALS['dominio']; //Var from the form
$password = $GLOBALS['password']; //Var from the form
//Hace la sesion si el login y password estan correctos
if (isset($dominio)) {
$sql = "select * from clientes where...
When do you assign the values of HTML variables to a PHP variables...
you must use something like $GLOBALS["var in a form"] to get the value you posted in the form or something like $HTTP_POST_VARS
Someone who has never served other is someone that has never lived...
Pues yo veo algunos errores de variables mal escritas...checa bien tu código o cuál es tu problema??? que es lo que hace mal???
faltan algunos $...y además cuando le indicas que los valores se tomaron de la forma con algo como $HTTP_POST_VARS
o $GLOBALS
//Variables tomadas de la forma...
What table are you talking about??? ...
Do you want to take the values from the form and use it to check in DB table??? If so I can help you...but I need more information Someone who has never served other is someone that has never lived...
Please send your code in order to help you... I don`t know what is your problem... Someone who has never served other is someone that has never lived...
Did you mean the login and Password for MySQL or login and password for your form??? I can`t understand your question... Someone who has never served other is someone that has never lived...
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.