PHP Questions


How do I display a clickable link from database in table using PHP?
I have a table and when I pull a clients info up I would like the web address to be able to be clicked to view web site. How would I code this in? Here is some of my code. $num_rows = mysql_num_rows($query); print “<b>Here is my Information on you. <br><br>E-Mail me with any changes.</b><P>”; [...]

Answer Question   |  March 4, 2009  3:44 PM
Database, Display File, PHP, table
asked by:
5 pts.

Setting up PHP environment – CGI vs Module
what is the difference on setting up php environment as CGI or as a module to a web server

Answer Question   |  February 17, 2009  11:34 PM
Apache modules, CGI, PHP, PHP installation
asked by:
20 pts.

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 [...]

Answer Question   |  February 5, 2009  9:13 PM
PHP, VBScript
asked by:
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 corresponds to the state) Thing is, [...]

Answer Question   |  March 25, 2009  2:11 AM
JavaScript, onChange Event, PHP, Web development
asked by:
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 [...]

Answer Question   |  January 2, 2011  10:35 AM
CMS, Content Management Systems, Joomla, PHP, Web design, Web development, Website maintenance
asked by:
0 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 button I created using fireworks its not printing hie

Answer Question   |  December 17, 2008  5:44 PM
PHP
asked by:
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 http://www.randomsnippets.com/2008/04/14/how-to-dynamically-add-content-to-a-div-via-javascript/, I stumbled into a problem that I hope someone can help on. We have a PHP/MySQL page [...]

Answer Question   |  April 23, 2009  11:44 PM
addContent, JavaScript, JavaScript addContent function, JavaScript forms, MySQL, PHP, Web development
asked by:
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 statement, [...]

Answer Question   |  December 11, 2008  2:21 PM
PHP, SQL Server 2005, SQL Server errors, SQL Server Variables
asked by:
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?

Answer Question   |  December 8, 2008  6:02 PM
ASP, PHP, SQL Server 2000, SQL Server encryption
2,585 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?

Answer Question   |  December 1, 2008  7:18 AM
.NET, Load testing tools, PHP
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?

Answer Question   |  November 25, 2008  10:45 PM
IIS 6.0, PHP, Windows Web Server 2003
asked by:
5 pts.

PHP functions
how do multiple functions work

Answer Question   |  September 10, 2010  9:43 AM
MySQL, PHP, 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?

Answer Question   |  April 19, 2013  6:03 PM
CSV, PHP
asked by:
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.

Answer Question   |  May 4, 2010  2:58 PM
Auto increment, DDS, MySQL, PHP
asked by:
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 [...]

Answer Question   |  August 31, 2008  3:08 PM
HTML, PHP, SQL 2005
asked by:
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   |  August 21, 2008  5:01 AM
ASP.NET, Classic ASP, PHP, Session value, SSO, Web development
asked by:
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 “Forbidden. You don’t have permission [...]

Answer Question   |  August 8, 2008  5:16 AM
Apache, Mac OS X, MySQL, PHP, Web development
asked by:
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 [...]

Answer Question   |  June 15, 2009  2:40 PM
AS/400 database, ODBC, PHP
asked by:
80 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'> Profile</a>"; [/code] any help would [...]

Answer Question   |  June 30, 2008  3:21 PM
MySQL, PHP, PHP/MySQL
asked by:
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.

Answer Question   |  June 21, 2008  10:43 PM
MySQL, PHP, Table Functions, URL
asked by:
35 pts.