PHP scripts Questions

1

How to print ZPL labels with a PHP script?
I’m trying to print labels with ZPL sintaxis, but we need to do it with a PHP script, any idea? We have a LP 2844 Zebra printer.

Answer Question   |  September 18, 2012  3:39 AM
PHP, PHP scripts, ZPL
asked by:
5 pts.

PHP implementation
We are looking at implementating PHP to develop applications – we are not sure where to begin – what resources will we need on i Series – does anyone have a pseudo checklist of requirements for i Series setup – any suggestions on what type of training would be required to efficiently use PHP?

Answer Question   |  March 31, 2012  3:43 PM
PHP, PHP implementation, PHP installation, PHP scripts
asked by:
65 pts.

Unable to browse local intranet PHP site
I spent the better part of a week trying to install and configure KB Pulisher for our company to use as an internal knowledgebase. After i finally got it installed, it works fine on the server, but it appears that clients cannot view the PHP content or browse past the first index page. I will [...]

Answer Question   |  March 31, 2012  10:48 PM
IIS, Intranet, PHP, PHP scripts
asked by:
5 pts.

PHP Security issues
HI, What are security loopholes that one must be careful while writing PHP code that interacts with databases and user accounts? I will be grateful for any help that is given regarding this.

Answer Question   |  May 5, 2011  4:15 PM
PHP, PHP Coding, PHP scripts, PHP Security, Security
asked by:
5 pts.

PHP Development Resources
Can anyone recommend some free PHP development resources? Preferably something geared toward learning some of the newer Object Oriented approaches the language? Thanks!

Answer Question   |  March 7, 2011  9:08 PM
Development, Development tools, PHP, PHP Coding, PHP scripts
asked by:
5 pts.

PHP and Smarty
I m developing one portal, that portal is being develop in php and smarty. In that portal I want to implement graph which ll graph according to field select from 4 option box.How can I implement that thing.Can you please provide some information regarding this. Thanks

Answer Question   |  January 25, 2011  8:58 AM
PHP, PHP Coding, PHP scripts, Smarty
asked by:
10 pts.

PHP + AS 400 on Windows machine
I want to know that, i m on window machine and there i want to run my php script to handle AS400 Data base can any one let me know that how can i use this combination please be clear that i am using window machine

Answer Question   |  October 4, 2010  5:19 AM
AS/400 administration, AS400 Data Base, PHP, PHP scripts, Windows
asked by:
5 pts.

Is it possible to assign more than one form element to one php variable?
I have an HTML form file and a PHP file that are supposed to interact with eachother to save information from the form to a contactlist text file.  I had it working fine and it has been turned it, but started playing with it and now have a question. Is it possible to assign more [...]

Answer Question   |  March 15, 2010  7:46 PM
Array, Arrays (programming), forms, Parse error, PHP, PHP scripts, `T_NUM_STRING', `T_STRING', `T_VARIABLE'
asked by:
115 pts.

php
how do create a php setup file ?   only for website development script language…it’s possible to setup file create?

Answer Question   |  January 25, 2010  10:04 AM
PHP, PHP scripts
asked by:
20 pts.

Most efficient cron command to call a php script?
Any thoughts on the most efficient Cron command to call a php script? Basically, I want to trigger a page to run the script, so I’m currently using Lynx after I was worried my previous command (wget -O – -q -t 1 http://www.example.com/cron.php) was creating extra files in some dark corner of my server. It [...]

Answer Question   |  January 25, 2010  9:04 PM
cron jobs, PHP Coding, PHP scripts
asked by:
6,893 pts.

How to build?
I have some form mail php code for single file attachment. I want to build it o multiple file upload code. How to do this? this is the code <?php $membertype=ucfirst($_REQUEST["membertype">); $straddress=ucfirst($_REQUEST["straddress">); $strcity=ucfirst($_REQUEST["strcity">); $strstate=ucfirst($_REQUEST["strstate">); $phone=$_REQUEST["strno">; if($phone != ""){ $strno=$phone; } else { $strno="-"; } $stremail=$_REQUEST["stremail">; $strcomments=ucfirst($_REQUEST["strcomments">); $filename=$_FILES["strresume">["name">; $filetype=$_FILES["strresume">["type">; $filesize=$_FILES["strresume">["size">; $filetemp=$_FILES["strresume">["tmp_name">; $filename=$_FILES["strresume2">["name">; $filetype=$_FILES["strresume2">["type">; $filesize=$_FILES["strresume2">["size">; $filetemp=$_FILES["strresume2">["tmp_name">; if($filetype=="image/jpeg" [...]

Answer Question   |  August 30, 2008  8:23 AM
PHP scripts
asked by:
5 pts.

menu created by php script
I want to create a menu containing submenu by using php so please explain it by taking come example and script…

Answer Question   |  April 3, 2010  12:32 PM
PHP, PHP menu, PHP scripts
asked by:
15 pts.

1