Help in HTML
I have to change extension of file using PHP (or JavaScript / HTML. The first priority is HTML). How can I do it?
Answer Question
| April 29, 2013 8:00 AM
HTML, JavaScript, PHP, PHP Coding
I have to change extension of file using PHP (or JavaScript / HTML. The first priority is HTML). How can I do it?
How to auto-advance cursor to next input box (html within php)
I see web sites that do this, but I suspect they use Javascript. I want to have this feature but keep it within a php program. I do use Javascript for onclick stuff but I don’t want to mix it in with core functionality (then it’s no longer a php program but rather a combination [...]
Answer Question
| April 26, 2013 6:47 PM
HTML, PHP
I see web sites that do this, but I suspect they use Javascript. I want to have this feature but keep it within a php program. I do use Javascript for onclick stuff but I don’t want to mix it in with core functionality (then it’s no longer a php program but rather a combination [...]
Mezzanino sales area 1: Error creating rooms file
Freshly, I shifted my website so far from Apache running on Windows XP Professional, with a less advanced powered Windows Server 2008, by utilizing IIS 7.0. Unluckily, the switch to IIS 7.0 was not a simple one at least. Apache was a little solid to select up initially, although minimum roughly every one of the [...]
Answer Question
| April 22, 2013 3:41 PM
Apache, IIS 7.0, PHP
Freshly, I shifted my website so far from Apache running on Windows XP Professional, with a less advanced powered Windows Server 2008, by utilizing IIS 7.0. Unluckily, the switch to IIS 7.0 was not a simple one at least. Apache was a little solid to select up initially, although minimum roughly every one of the [...]
DISPLAYING HELP TEXT OF A PROGRAM IN AN INTERNET EXPLORER WINDOW VIA RPGLE
Hello all, I was wondering if anyone has had any experience in using Internet Explorer in conjunction with RPGLE programs. Now, I’m not looking to go out to any internet site, instead, my boss wants me to create something for our user community. While in an Interactive Program, if the user hits F1 for Help, [...]
Answer Question
| March 27, 2013 11:40 AM
AS/400, Internet Explorer, PHP, RPGLE, techniques, TIPS, TRICKS
Hello all, I was wondering if anyone has had any experience in using Internet Explorer in conjunction with RPGLE programs. Now, I’m not looking to go out to any internet site, instead, my boss wants me to create something for our user community. While in an Interactive Program, if the user hits F1 for Help, [...]
SQL insert error in php
When my php executes the db2 insert, I get error 7008. Any ideas what I might try to get it working ? The PF is new with *all public authority and no trigger nor journal. I manually added 1 record via green-screen SQL with the same context as what is assembled in my php. Here’s [...]
Answer Question
| March 19, 2013 9:20 PM
AS/400, DB2, PHP, SQL
When my php executes the db2 insert, I get error 7008. Any ideas what I might try to get it working ? The PF is new with *all public authority and no trigger nor journal. I manually added 1 record via green-screen SQL with the same context as what is assembled in my php. Here’s [...]
Value getting through mouse pointer
I want to fetch the value from the mouse pointer so that that value can be used for further process.
Answer Question
| February 11, 2013 7:50 AM
PHP
I want to fetch the value from the mouse pointer so that that value can be used for further process.
Menu creating by PHP script
I want to create a menu using the PHP only so please help me out.
Answer Question
| February 8, 2013 7:51 AM
PHP, PHP menu
I want to create a menu using the PHP only so please help me out.
IFR & php file extension
Hello, I recently upgraded my Firefox browser to v.17.0.1. Now when I open the Firefox a pop window for downloading a file “IFR” and “PHP” appears. I want to get rid of this. Any suggestion please.
Answer Question
| January 24, 2013 6:58 AM
IFR, PHP
Hello, I recently upgraded my Firefox browser to v.17.0.1. Now when I open the Firefox a pop window for downloading a file “IFR” and “PHP” appears. I want to get rid of this. Any suggestion please.
PHP on the 400
Do you have any standards for PHP usage that I can plagiarize ? I’m mostly interested in things like folder(s) in which to store source code or process of going from “test” to “live” with no change control software.
Answer Question
| January 8, 2013 5:04 PM
AS/400, PHP
Do you have any standards for PHP usage that I can plagiarize ? I’m mostly interested in things like folder(s) in which to store source code or process of going from “test” to “live” with no change control software.
limit the users of a particular web application
how to limit the users of a particular web application you are developing ?
Answer Question
| January 5, 2013 4:49 PM
ASP.NET, PHP
how to limit the users of a particular web application you are developing ?
Encryption in PHP
How do I encrypt the URL in PHP?
Answer Question
| November 19, 2012 12:51 PM
PHP, PHP Coding
How do I encrypt the URL in PHP?
About PHP code
I created a code for login. When the user name and password is correct, it redirects to another page. The problem is when a user logs in, the redirected page’s URL is seen. I don’t want the redirected page’s URL to be visible to users. What can I do? Please help.
Answer Question
| November 19, 2012 12:30 PM
PHP, PHP Coding
I created a code for login. When the user name and password is correct, it redirects to another page. The problem is when a user logs in, the redirected page’s URL is seen. I don’t want the redirected page’s URL to be visible to users. What can I do? Please help.
Server Name
Before I can download PHP I need to know what is my server name, such as Apache or something else. I’m using a PC that’s a community computer. How do I find the name of the server?
Answer Question
| October 28, 2012 1:40 AM
PHP, Server
Before I can download PHP I need to know what is my server name, such as Apache or something else. I’m using a PC that’s a community computer. How do I find the name of the server?
AS/400
What kind of technology is AS/400? As in PHP its a server side scripting language for creating dynamic websites,etc. Thanks in advance.
Answer Question
| October 3, 2012 11:46 AM
AS/400, PHP
What kind of technology is AS/400? As in PHP its a server side scripting language for creating dynamic websites,etc. Thanks in advance.
Error in PHP code
if (isset($_REQUEST['c'])) { $h=$_REQUEST['c']; for($i=0;$i<count($h);$i++) { $hb=implode(“,”, $h); } } In PHP, I type this code for checkbox, but I receive an error on the loading page.
Answer Question
| September 24, 2012 7:26 AM
PHP, PHP Coding
if (isset($_REQUEST['c'])) { $h=$_REQUEST['c']; for($i=0;$i<count($h);$i++) { $hb=implode(“,”, $h); } } In PHP, I type this code for checkbox, but I receive an error on the loading page.
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
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.
PHP _GET problem on chained menu
Hello I’ve created a continuous menu, consisting of 3 divs : Category, Sub-category, Item What I want is when I click the category I want, the sub categories to appear. Then, when clicking on the sub-category I want, the corresponding items to appear. I created this, using PHP _GET and it works fine, except when [...]
Answer Question
| September 10, 2012 3:02 PM
PHP, PHP menu
Hello I’ve created a continuous menu, consisting of 3 divs : Category, Sub-category, Item What I want is when I click the category I want, the sub categories to appear. Then, when clicking on the sub-category I want, the corresponding items to appear. I created this, using PHP _GET and it works fine, except when [...]
Looking for on-line PHP training
One of our i5 programmers needs to learn PHP. Has anyone found a good on-line course for learning PHP?
Answer Question
| August 16, 2012 6:11 PM
PHP, Training
One of our i5 programmers needs to learn PHP. Has anyone found a good on-line course for learning PHP?
Validation and pass value from one page to another in PHP
Hi, Validation and pass value from one page to another in PHP I need to validate 2 fields(caller_name and contact_number and pass one field (Caller_name) into another form. Code for Form1: Caller_name field should be validated and passed code for Form2: – sales.php <input type="text" name="name" value= "”/>
Answer Question
| August 9, 2012 2:53 PM
PHP, PHP Coding, PHP/MySQL
Hi, Validation and pass value from one page to another in PHP I need to validate 2 fields(caller_name and contact_number and pass one field (Caller_name) into another form. Code for Form1: Caller_name field should be validated and passed code for Form2: – sales.php <input type="text" name="name" value= "”/>





