como visualizar el contenido de esta pagina
como puedo visualizar esta direccion [/ p] http://192.168.1.65/ara/busqueda.php [/ a] [/ p]
Answer Question
| January 14, 2010 3:40 PM
Microsoft, PHP
como puedo visualizar esta direccion [/ p] http://192.168.1.65/ara/busqueda.php [/ a] [/ p]
Auto-detect Template and override settings PHP
In Joomla! v1.5.15 I would like to add some PHP code that can detect what the active template is, and reset some of the template parameter values based on information retrieved from the database, and even on some occasions, set the active template to something else. Can anyone give me some pointers on which files [...]
Answer Question
| November 30, 2009 7:52 PM
Joomla, joomla php, PHP, PHP Coding
In Joomla! v1.5.15 I would like to add some PHP code that can detect what the active template is, and reset some of the template parameter values based on information retrieved from the database, and even on some occasions, set the active template to something else. Can anyone give me some pointers on which files [...]
PHP and MS Access Database
I’m trying to access an access databse located in my LAN thru php. When I run the script, I get the below error in Apache’s error log file: “[strong]PHP Fatal error: Uncaught exception ‘com_exception’ with message ‘Source: Microsoft OLE DB Provider for ODBC Drivers Description: Operation was canceled.’ in C:\WAMP\httproot\x1.php:6nStack trace:n#0 C:\WAMP\httproot\x1.php(6): com->open(‘DRIVER={Microso…’)n#1 {main}n thrown [...]
Answer Question
| January 22, 2010 5:22 AM
Access Database, Microsoft Access, PHP
I’m trying to access an access databse located in my LAN thru php. When I run the script, I get the below error in Apache’s error log file: “[strong]PHP Fatal error: Uncaught exception ‘com_exception’ with message ‘Source: Microsoft OLE DB Provider for ODBC Drivers Description: Operation was canceled.’ in C:\WAMP\httproot\x1.php:6nStack trace:n#0 C:\WAMP\httproot\x1.php(6): com->open(‘DRIVER={Microso…’)n#1 {main}n thrown [...]
How can I add an IF statement to a .php file
Hi everyone, I have a form that has 6 fields to be filled in by the user. I’m not too good at editing .php files, so I come to you here. Here’s my problem. Fields 1, 2,3,4 and 6 always gets filled in. but sometimes, field 5 will get filled in and if this is [...]
Answer Question
| November 14, 2009 8:28 PM
IF statement, PHP, PHP Coding, Web development
Hi everyone, I have a form that has 6 fields to be filled in by the user. I’m not too good at editing .php files, so I come to you here. Here’s my problem. Fields 1, 2,3,4 and 6 always gets filled in. but sometimes, field 5 will get filled in and if this is [...]
MySQL database size
Is there a limit on database size for MySQL? my database is getting on the large zise will this effect proformance?
Answer Question
| October 26, 2009 5:45 PM
MySQL, PHP, PHP Coding, SQL, SQL Database
Is there a limit on database size for MySQL? my database is getting on the large zise will this effect proformance?
SQL related tables
I have 2 tables one with all my products and their accociated details and another with comments on the products. Product table 1 prodID, title, description, price Comments table 2 commID, prodID, comment I would like to export this to a single XML file, thus an XML element for each product from table 1 with [...]
Answer Question
| October 19, 2009 7:10 AM
MySQL, MySQL 5.0, PHP, SQL Related Tables, SQL tables
I have 2 tables one with all my products and their accociated details and another with comments on the products. Product table 1 prodID, title, description, price Comments table 2 commID, prodID, comment I would like to export this to a single XML file, thus an XML element for each product from table 1 with [...]
abt the server
is it possible to make my personal computer to act both as client and server for the purpous of doing project like php-mysql-apache and for deployinf j2ee also
Answer Question
| October 12, 2009 1:46 AM
Apache, MySQL, PHP
is it possible to make my personal computer to act both as client and server for the purpous of doing project like php-mysql-apache and for deployinf j2ee also
Enabling php_oci8 on win server 2003, IIS 6, fastcgi
System setup: Windows 2003; IIS 6 with fastcgi enabled; nts PHP version 5.2.10 (and 5.2.11 just tested); Oracle 9i (full client) Problem: When I add in the extension=php_oci8.dll into my php.ini file, I get a startup error “Unable to load dynamic library ‘C:phpextphp_oci8.dll’ – The specified procedure could not be found”. This is the same [...]
Answer Question
| September 23, 2009 3:52 PM
IIS 6.0, PHP, PHP/Oracle, PHP_PDO, Windows Server 2003
System setup: Windows 2003; IIS 6 with fastcgi enabled; nts PHP version 5.2.10 (and 5.2.11 just tested); Oracle 9i (full client) Problem: When I add in the extension=php_oci8.dll into my php.ini file, I get a startup error “Unable to load dynamic library ‘C:phpextphp_oci8.dll’ – The specified procedure could not be found”. This is the same [...]
Importing a phpBB Forum into the Dotnetnuke Forum
Hi, I am working on a project using Dotnetnuke 4.09 and I would like to import a phpBB forum into a Dotnetnuke Forum. I have tried using a third party module, ‘ImportphpBBForum’ but have had no luck as this raises errors of methods not being found. If there is anyone that could help , I [...]
Answer Question
| March 5, 2010 7:48 AM
ASP, CSS, DotNetNuke, HTML, IIS, PHP, phpBB, Web development
Hi, I am working on a project using Dotnetnuke 4.09 and I would like to import a phpBB forum into a Dotnetnuke Forum. I have tried using a third party module, ‘ImportphpBBForum’ but have had no luck as this raises errors of methods not being found. If there is anyone that could help , I [...]
What is best tool for Web Application devlopment
I m finding a Devlopment tool which can perform best output in web envoirnment for Application and it’s Reports those are well integreated with microsoft proudcts.
Answer Question
| August 21, 2009 3:25 AM
Oracle, PHP, Web Application devlopment, Web development
I m finding a Devlopment tool which can perform best output in web envoirnment for Application and it’s Reports those are well integreated with microsoft proudcts.
php and mysql
How can we create a family tree map using php and mysql?
Answer Question
| April 3, 2010 12:45 PM
MySQL, PHP
How can we create a family tree map using php and mysql?
Magento block and reference, problem with showing block in Magento phtml
Hi, I am stuck with following issue. I want show product_viewed block (recently viewed products – magento block) at specific position on my front page (templates/page/mylayout.phtml). Look at code snippets of page.xml, catalog.xml and mylayout.phtml Header and footer and other magento blocks are showing right. But problem is only with showing product_viewed block – no [...]
Answer Question
| January 18, 2010 10:23 PM
magento, PHP, Web development
Hi, I am stuck with following issue. I want show product_viewed block (recently viewed products – magento block) at specific position on my front page (templates/page/mylayout.phtml). Look at code snippets of page.xml, catalog.xml and mylayout.phtml Header and footer and other magento blocks are showing right. But problem is only with showing product_viewed block – no [...]
PHP contact form problem
Hello, I have a PHP contact form on my website which was working for a few year up until now. When I try to submit a test message using the contact form, it clears the form and looks as though the page doesn’t direct me to my “thank you” page, nor does the message get [...]
Answer Question
| July 9, 2010 7:01 AM
PHP, PHP contact form, Web development
Hello, I have a PHP contact form on my website which was working for a few year up until now. When I try to submit a test message using the contact form, it clears the form and looks as though the page doesn’t direct me to my “thank you” page, nor does the message get [...]
Photo upload in a profile with PHP and MySQL?
Please help me by giving script for uploading and updating member photo in his profile using php and mysql
Answer Question
| January 3, 2011 5:21 AM
MySQL, PHP, Web development
Please help me by giving script for uploading and updating member photo in his profile using php and mysql
How to connect to an AS/400 database from a remote PHP script
Hello. I have a requirement to use a PHP script running under Windows to access a remote DB2/400 on an iSeries. Can anyone please assist in what PHP coding would be needed, thank you! Regards Paul
Answer Question
| May 26, 2009 10:13 PM
AS/400 connectivity, AS/400 development, DB2/400, iSeries connectivity, iSeries development, PHP, Remote access
Hello. I have a requirement to use a PHP script running under Windows to access a remote DB2/400 on an iSeries. Can anyone please assist in what PHP coding would be needed, thank you! Regards Paul
PHP code example for uploading image gallery
can i get php code for uploading photo gallery please? I observed in orkut….I m creating a web site..can u help me
Answer Question
| April 8, 2009 9:44 AM
Code example, Orkut, PHP, Web development
can i get php code for uploading photo gallery please? I observed in orkut….I m creating a web site..can u help me
Video hosting
I am including a video howto section to my business website. I have minimal experience in php and sql but have already created a SQL database for the information. I want this to be both dynamic and directable through the title of the video. can someone please give me direction.
Answer Question
| March 30, 2009 7:46 PM
PHP, SQL, SQL Database, Video hosting, Web development, Website design
I am including a video howto section to my business website. I have minimal experience in php and sql but have already created a SQL database for the information. I want this to be both dynamic and directable through the title of the video. can someone please give me direction.
Textfielf in PHP
I am new to PHP and i am having problem in my coding. This is the coding for the text field: <input type=”text” name=”name” id=”textfield” value=”<?echo $_SESSION['txtnewname'];?>”/> . When i browse in IE, this code <?echo $_SESSION['txtnewname'];?> is shown inside the text field.why this will happen?Actually what i want to do is letting the user [...]
Answer Question
| March 17, 2009 4:40 PM
Internet Explorer, PHP, PHP Coding
I am new to PHP and i am having problem in my coding. This is the coding for the text field: <input type=”text” name=”name” id=”textfield” value=”<?echo $_SESSION['txtnewname'];?>”/> . When i browse in IE, this code <?echo $_SESSION['txtnewname'];?> is shown inside the text field.why this will happen?Actually what i want to do is letting the user [...]
Passing selectedIndex value from ASP page to VBScript
the functions used are: <Select name=MaxBuyerCode onChange=”<%=display(document.usercreateform.MaxBuyerCode.selectedIndex.value)%>);”> the function display is and include file .inc which is <% Function display(chosen) ???? ???? End Function %> this gives an error…… how can i pass the selected index value from onchange to this vb script(display.inc file) such that it returns me the selected index value and displays [...]
Answer Question
| April 20, 2009 7:18 AM
ASP, Java, onChange Event, PHP, SelectedIndex, VBScript
the functions used are: <Select name=MaxBuyerCode onChange=”<%=display(document.usercreateform.MaxBuyerCode.selectedIndex.value)%>);”> the function display is and include file .inc which is <% Function display(chosen) ???? ???? End Function %> this gives an error…… how can i pass the selected index value from onchange to this vb script(display.inc file) such that it returns me the selected index value and displays [...]
Web development project with streaming video
Hello All. I have a site. Now i want a give a option to visitor to put their video on my web site. For this i have three option. 1> put a their video URL 2> put their video Embed Code. 3> Admin put a video. End user can hav option 1 and 2. and [...]
Answer Question
| March 10, 2009 4:34 AM
Apache Web Server, MySQL, PHP, Streaming Video, Symfony, Web development
Hello All. I have a site. Now i want a give a option to visitor to put their video on my web site. For this i have three option. 1> put a their video URL 2> put their video Embed Code. 3> Admin put a video. End user can hav option 1 and 2. and [...]





