PHP Questions and Answers

Recent IT Questions

21 - 40 of 65

exchange data between Client (vbscript variable) and Server (PHP)

I have searched far and wide on the net for an easy answer to how you can gather client information using vbscript through a website and pass that data to a server. I still have not found a cut and dry easy method. Is there some way that I am not considering to achieve these results? I want an...

Answer Question   |  Feb 5 2009  9:13 PM GMT
VBScript, PHP
asked by R2JR

  50 pts.

OnChange Filter to first Value Request

Hello I am running a script that when searching for a property, it uses the onchange feature for three fields regarding the location of the property. for example: Country, State, City When you choose a country, you then choose a state(which correspons to the country) and then a city(that...

View Answer   |  Jan 11 2009  2:11 AM GMT
onChange Event, JavaScript, PHP
asked by Zanz

  5 pts.

PHP question

I have a commercial website and it is getting too big to manage on a page by page basis. I want to convert to the PHP format but I have no knowledge of PHP functionality. I looked at the PHP website but find it confusing to understand. Can someone please explain the basic principle behind PHP to...

View Answer   |  Dec 18 2008  10:35 AM GMT
PHP, Web development, CMS
asked by Lolita

  25 pts.

programming

How can I make .png image function as a button in php when clicked. I tried this code but didnt work:<img src="images/log_in.png" align="middle" name="ok" /> <? $name = $_POST['name']; $pass = $_POST['password']; if (isset($_POST["ok"])) { echo"hie"; } ?> but when I click the...

View Answer   |  Dec 17 2008  5:44 PM GMT
PHP
asked by Azurie

  50 pts.

JavaScript addContent function - Packaging Options

* IS THERE A WAY to use this javascript addContent function, * Incorporate the utility of an ADD button * But avoid using the packaging of FORMS? While making use of a sample for addContent (located at...

View Answer   |  Dec 11 2008  11:44 PM GMT
PHP, JavaScript, MySQL
asked by Bryanfox

  5 pts.

insert into with select and passing variables

This is driving me NUTZ ---- SQL Server 2005 and PHP the variable :t_id is being passed from other pages and works in other statements, but is not parsing within this statement. If I replace :t_id with say 30, it works just fine. I tried declaring a new variable and passing it to the...

View Answer   |  Dec 10 2008  2:21 PM GMT
PHP, SQL Server 2005, SQL Server errors
asked by Bu33ing

  5 pts.

Best encryption method for SQL Server 2000

What is a good encryption method to use in SQL Server 2000 if your database is accessed by two different languages, PHP and ASP?

View Answer   |  Dec 5 2008  6:02 PM GMT
PHP, SQL Server 2000, ASP
asked by SQL Server Ask the Experts

  2445 pts.

Can you suggest a load testing tool which is freeware?

Can you suggest a load testing tool for php and .net which is freeware?

View Answer   |  Nov 27 2008  7:18 AM GMT
PHP, .NET, Load testing tools
asked by QC

  5 pts.

IIS 6.0 and PHP

I keep getting the error, "no script engine for file extension ".js" on my Windows Webserver 2003. I'm trying to install PHP to work with IIS 6.0. Any suggestions?

View Answer   |  Nov 3 2008  10:45 PM GMT
PHP, IIS 6.0, Windows Web Server 2003
asked by Webnewbie

  5 pts.

PHP functions

how do multiple functions work

View Answer   |  Oct 20 2008  9:43 AM GMT
PHP, MySQL, Web development
asked by SGB

  35 pts.

How to create a CSV file in php code?

I need to create a physical CSV file from php code. I have many solutions to get the results to print to a screen, but I need a file... any ideas?

View Answer   |  Oct 15 2008  6:03 PM GMT
PHP, CSV
asked by Texmansru47

  25 pts.

AUTO INCREMENT

We created a File with an Auto Increment Field using MYSQL statements through PHP. I have no Idea how to do this using DDS statements or settings.

View Answer   |  Aug 27 2008  2:58 PM GMT
PHP, MySQL, DDS
asked by Steyn

  15 pts.

PHP or HTML

I need to create a database that allows a user to query info. on a project,name, proj number, contacts, contact #, etc. We are using SQL 2005. The office manager will enter info. about each project into an access form. Then, from the HTML page a user can f search by project name or number to list...

View Answer   |  Aug 21 2008  3:08 PM GMT
PHP, HTML, SQL 2005
asked by Caddman

  35 pts.

To share session value to different App Domain

I just want to share a session value (User ID) from ASP.NET to PHP application due to implement Single Sign On (SSO) for my parent application (ASP.NET)

Answer Question   |  Aug 21 2008  5:01 AM GMT
PHP, ASP.NET, Web development
asked by PraveenIndia

  5 pts.

New to php/mySQL having an issue with Mac OSX

I'm following the lynda.com video series on php with mySQL and have run into a hangup. When I install mysql and I'm checking to make sure it's all running, pointing a browser to http://localhost gives me the apache is running page, but going to http://localhost/~(myusername)/, I get an error saying...

Answer Question   |  Aug 8 2008  5:16 AM GMT
PHP, MySQL, Mac OS X
asked by Kjtriplett

  15 pts.

Rretrieving data from AS400 tables with PHP?

I think I will die! Does anyone know how to get data from a table on AS400 displayed with PHP through ODBC? I'm starting to go mad. I tried ODBC drivers (iSeries Access client, Client Access). Nothing helps. I have Apache server as localhost on my machine and php installed and that works fine. The...

View Answer   |  Aug 7 2008  2:40 PM GMT
PHP, ODBC, AS/400 database
asked by Avrelivs

  55 pts.

Echo a variable in PHP which displays as a link

hi, I have a number of variables that i pull from a mysql database. I want 1 of the variables to show as a link to a web page. i have tried the following code, which displays everything fine, except for the $url bit echo "<p>$djname $genre $biography <a href='/$url'>...

View Answer   |  Jun 30 2008  3:21 PM GMT
PHP, MySQL, PHP/MySQL
asked by Whiteyoh

  15 pts.

URL link in PHP/MySQL script

I am adding a URL within a table with PHP and a MySQL Database, my string doesn't show all of the URL, it cuts it off.

View Answer   |  Jun 19 2008  10:43 PM GMT
PHP, MySQL, URL
asked by Jviney

  35 pts.

php script Question and Answer

I am looking for a php script that show a photo of a person and ask who is this person. and you type in the persons name and it will gave you and answer of yes or no. or something like this, where I might be able edit

Answer Question   |  Jun 17 2008  6:25 AM GMT
PHP, MySQL, PHP/MySQL
asked by Oneplace

  5 pts.

Trying to achieve form data (variables) to be sent from one system (PHP) to another (ASP) via a GET Request

On the PHP system, there is an existing form to collect user data; name, email, phone, etc. My ASP guy has created an asp page to receive the variables http://aspsite.com/regiser.asp The problem is that the PHP guy doesn't know what to do. Below are the variables: id (required) (MD5 Hash) email...

Answer Question   |  Jun 1 2008  1:54 PM GMT
PHP, ASP, Variables
asked by Player-one

  5 pts.

21 - 40 of 65