Running multiple servers
well i want to execute servlets, asp code and php code the problem is cant able to execute all these three codes in one operating system, is it possible to execute these three. if i made three accounts for each and iam using the windows7 for servlets it is tomcat] for asp iis and php [...]
Answer Question
| May 14, 2012 10:05 AM
ASP, PHP, Windows 7
well i want to execute servlets, asp code and php code the problem is cant able to execute all these three codes in one operating system, is it possible to execute these three. if i made three accounts for each and iam using the windows7 for servlets it is tomcat] for asp iis and php [...]
as400 not working in windows 2008 server
my script is working in windows xp, but not in windows 2008 server. I just fetch the records from as400 through php. if i run that page means iy says the page is not available. if i disable the as400 odbc connection means it will run and say no connection but i enable the code [...]
Answer Question
| March 24, 2012 6:55 AM
AS/400, Microsoft Windows 2008, PHP
my script is working in windows xp, but not in windows 2008 server. I just fetch the records from as400 through php. if i run that page means iy says the page is not available. if i disable the as400 odbc connection means it will run and say no connection but i enable the code [...]
Best approach to integrating multiple solutions
Hello everybody, I am currently working on a system where I want to integrate two open source solutions together. Each solution has its own database, user authentication and functionality. I would like these two solutions to work together. At the moment, they are completely independant and no solutions exist to bridge them. In order to [...]
Answer Question
| March 16, 2012 8:08 AM
Open source, PHP
Hello everybody, I am currently working on a system where I want to integrate two open source solutions together. Each solution has its own database, user authentication and functionality. I would like these two solutions to work together. At the moment, they are completely independant and no solutions exist to bridge them. In order to [...]
Difference between clientserver, object oriented architecture (OOA) and SOA???
Hi all. What are the differences between clientserver, object oriented architecture and SOA architectures when I use them as architectures for building online shopping center If we say that SOA is the best; so what are the benefits it can offer to my online shopping centre Vs clientserver, object oriented architecture (OOA).
Answer Question
| February 28, 2012 2:15 PM
Client server software, PHP, SOA
Hi all. What are the differences between clientserver, object oriented architecture and SOA architectures when I use them as architectures for building online shopping center If we say that SOA is the best; so what are the benefits it can offer to my online shopping centre Vs clientserver, object oriented architecture (OOA).
how to run a php file in eclipse
I installed eclipse-php-helios-macosx-cocoa-x86_64.tar,used this path:/Applications/MAMP/bin/php/php5.3.6/bin/php, then downloaded this software:Komodo-PerlRemoteDebugging-6.1.3-66534-macosx-x86 to point to my MAMP, which is localhost:8888/ When I run the code:[!--?php $txt="Hello World"; echo $txt; ?--] I get this error:The requested URL /test project/firstclass.php was not found on this server. Any suggestions? My computer is a mac book pro OS 10.6.8. The code is [...]
Answer Question
| February 28, 2012 11:22 PM
Eclipse IDE, PHP
I installed eclipse-php-helios-macosx-cocoa-x86_64.tar,used this path:/Applications/MAMP/bin/php/php5.3.6/bin/php, then downloaded this software:Komodo-PerlRemoteDebugging-6.1.3-66534-macosx-x86 to point to my MAMP, which is localhost:8888/ When I run the code:[!--?php $txt="Hello World"; echo $txt; ?--] I get this error:The requested URL /test project/firstclass.php was not found on this server. Any suggestions? My computer is a mac book pro OS 10.6.8. The code is [...]
Is a special authority needed for active socket connections?
Audit log entries for the user QTMHHTTP of type AF subtype K are created, if a PHP script requests a socket connection like LDAP or HTTP with CURL. Does QTMHHTTP need a special authority for this? Which one: *IOSYSCFG, *JOBCTL … ?
Answer Question
| March 19, 2012 3:23 PM
PHP, Socket, Special Authorities
Audit log entries for the user QTMHHTTP of type AF subtype K are created, if a PHP script requests a socket connection like LDAP or HTTP with CURL. Does QTMHHTTP need a special authority for this? Which one: *IOSYSCFG, *JOBCTL … ?
phpBB3 intergration into my site
Hello there I wanted a forum for a portal I’m working on and I’m trying to import phpBB3 into it. The only problem is that I have a database of my own and I need the credential for the users (username and password) to be withdrawn from my tables, not the default one given by [...]
Answer Question
| March 31, 2012 9:48 AM
PHP, PHP implementation, phpBB, phpBB3 credentials
Hello there I wanted a forum for a portal I’m working on and I’m trying to import phpBB3 into it. The only problem is that I have a database of my own and I need the credential for the users (username and password) to be withdrawn from my tables, not the default one given by [...]
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
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?
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
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 [...]
Problem Querying SQL table from PHP
I recently added a new table to an existing database. Data is entered into the db via a web front end, using PHP 5. I am not a php developer. Our developer is trying to build a search query against the new table (there is data in the table). From the page he is working [...]
Answer Question
| June 20, 2011 2:50 PM
PHP, SQL 2008, SQL Server 2008, SQL tables
I recently added a new table to an existing database. Data is entered into the db via a web front end, using PHP 5. I am not a php developer. Our developer is trying to build a search query against the new table (there is data in the table). From the page he is working [...]
Automation in PHP
please i want my program to automatically alert the items manager about a products expiring date can some one please help me with the code?
Answer Question
| June 15, 2011 10:30 AM
Automation, IT Automation, PHP, PHP Coding
please i want my program to automatically alert the items manager about a products expiring date can some one please help me with the code?
What’s the best way to check for updates in my program?
Hi all, Here’s my dilemma, I have a visual basic button now that people can press to check for updates on my program, and what it does is msgbox’s them their current version and then brings them to my updates web page where they can compare what the latest there is compared to what they [...]
Answer Question
| May 27, 2011 3:27 AM
Java, PHP, Visual Basic, Visual Basic Functions
Hi all, Here’s my dilemma, I have a visual basic button now that people can press to check for updates on my program, and what it does is msgbox’s them their current version and then brings them to my updates web page where they can compare what the latest there is compared to what they [...]
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
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.
SQL server native webservices and PHP
Hi, I have a SQL server 2008 database and I need to query it from PHP running in a Linux box. I thought that using webservices was our best option. I am trying to use native HTTP SOAP in SQL server. Following some tutorials, I made first an SP USE [Basededatos] GO /****** Object: StoredProcedure [...]
Answer Question
| May 10, 2013 12:34 PM
Apache, PHP, SQL Server, SQL Server 2008, WebServices
Hi, I have a SQL server 2008 database and I need to query it from PHP running in a Linux box. I thought that using webservices was our best option. I am trying to use native HTTP SOAP in SQL server. Following some tutorials, I made first an SP USE [Basededatos] GO /****** Object: StoredProcedure [...]
What wiki software do you recommend?
Just as the title suggests, what wiki software (DokuWiki, MediaWiki, etc…) do you suggest to run? The purpose of this is nothing more than to make a remote note-taking sort of scenario, so it’s not something for anyone but me to be used. I know I could do my own thing and stuff, but I’d [...]
Answer Question
| March 19, 2011 3:02 AM
Linux, MongoDB, MySQL, MySQL 5.0, PHP, Wikis
Just as the title suggests, what wiki software (DokuWiki, MediaWiki, etc…) do you suggest to run? The purpose of this is nothing more than to make a remote note-taking sort of scenario, so it’s not something for anyone but me to be used. I know I could do my own thing and stuff, but I’d [...]
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
Can anyone recommend some free PHP development resources? Preferably something geared toward learning some of the newer Object Oriented approaches the language? Thanks!
Web development course and Microsoft qualifications
I recently left my job in the UK as a project manager from a niche organisation that provides business services to public service bodies. I am thinking of sharpening my skills by doing some web development training and getting certified with some Microsoft and Adobe products and moving into Web Development project management. I have [...]
Answer Question
| March 1, 2011 12:04 PM
Apache, Flash CS5, HTML, java script, Linux, MySQL, PHP, Project Management Methodology, SQL Server 2008, Visual Studio 2010, Web development
I recently left my job in the UK as a project manager from a niche organisation that provides business services to public service bodies. I am thinking of sharpening my skills by doing some web development training and getting certified with some Microsoft and Adobe products and moving into Web Development project management. I have [...]
I learned PHP syntax, where to get real-world experience now?
Hello, I have read few books for PHP and i think i know syntax well. Now my question is where to move on now? I should probably start coding projects of my own(CMS or something like that) but i have trouble with getting ideas or thinking “nahhh i cant do that”. What can you recommend [...]
Answer Question
| March 6, 2012 8:46 PM
IT careers, PHP, PHP Coding
Hello, I have read few books for PHP and i think i know syntax well. Now my question is where to move on now? I should probably start coding projects of my own(CMS or something like that) but i have trouble with getting ideas or thinking “nahhh i cant do that”. What can you recommend [...]
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
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
The future of PHP
Big companies are not working in php. so what is the future of php?
Answer Question
| January 14, 2011 5:13 AM
MySQL, Open IT Forum, PHP, PHP Coding
Big companies are not working in php. so what is the future of php?





