PHP4/Questions Answered by Expert Jason Baker

SubjectDate Asked
halp me pls10/2/2010
  Q: In my site smsmoney.host.sk is there an error, how to decide a problem?
  A: Not sure what you are wanting but from what I can tell just by seeing the errors is that most likely ...
PHP Include external web page7/28/2010
  Q: I was wondering if it's possible to include an external website and the links from the the external ...
  A: The reason why it is removing your header and footer is because those links are referencing a ...
Passing an array from one server to another by Form Post6/9/2010
  Q: I have a requirement of sending an array generated from Mysql database and PHP from my server to ...
  A: Maybe a session? For instance at the first line of your form script put the below there. ...
Swapping array key with one of the values in Mysql Result Array1/31/2010
  Q: $result = mysql_query("SELECT Stn_Code, name, col16, col17 FROM mis_stations WHERE year =2009 AND ...
  A: // sets up function and takes the results variable as well as what type of array you want. // see ...
Swapping array key with one of the values in Mysql Result Array1/29/2010
  Q: $result = mysql_query("SELECT Stn_Code, name, col16, col17 FROM mis_stations WHERE year =2009 AND ...
  A: Hey Thomas, First thing I would do is set up the connection to your db. Noted here as ...
Help on getting Max and other values in corresponding rows12/1/2009
  Q: My requirement is to output the Maximum sale, Sales man-wise, Year-wise along with the other values ...
  A: Taking a look at what you have given me it seems to me as though you are not getting the desired ...
PHP8/31/2009
  Q: I want to setup on my website where the logged in user clicks submit on the form data...and then the ...
  A: The echo command does exactly what it says. For instance if you were to go into dos and type in ...
PHP8/30/2009
  Q: I want to setup on my website where the logged in user clicks submit on the form data...and then the ...
  A: What I mean by an echo statement is the syntax to output writing/text to the screen. So if someone ...
PHP training7/11/2009
  Q: I am a long time computer consultant with programming background, and would like to learn PHP. Can ...
  A: Well Jan, I can not recommend any specific tutorial as I am not sure of your level of expertise with ...
Online forms using PHP6/20/2009
  Q: What PHP coding is necessarry to create on online form, where people can enter information and it ...
  A: I am going to write out some code for you and can explain it line by line after im finished. <? ...
Retrieving value from "pagename.php?i="6/17/2009
  Q: When I acess my datapage.php passing a value as, for instance, "datapage.php?test=34", how to ...
  A: First off you would need to define the test variable i.e. $test=$_GET['test']; That $_GET as well ...
Image upload5/29/2009
  Q: i need a full code "upload(and retrieve) image to through php and save it in mysql"
  A: To retrieve something from mysql table I usually do something like this <? $table="imageshere"; ...
My database5/19/2009
  Q: I asked this question on yahoo answers. The 2 answers I got contradicted eachother. So maybe you can ...
  A: Sorry for the delay. To be quite honest I do not know as I am not familiar with the s2g technology, ...
PhP on my PC5/17/2009
  Q: I am interested in learning PHP to write personal pages for myself. I know from experience that I ...
  A: Well Joe, as long as you have either IIS or Apache set up along with php and maybe even a mysql ...
Session5/13/2009
  Q: i have a php protected website. my question is this: how can i display loggedin members to other ...
  A: What you will want to do is set up a table called onlineusers. create table onlineusers(userid int ...

All Questions in This Category

PHP4

All Answers


Ask Experts

Volunteer


Jason Baker

Top Expert on this page

Expertise

I can answer most questions you may have for me. If I can not answer something I will have an answer for you within the required time for AllExperts.

Experience

I have four years in the industry with a wide range of clients. THey range from not for profits to small and medium businesses. I have done custom applications for many clients including oscommerce templates, script installations and many more.

Education/Credentials
I have an associates of applied science in PC support and networking. I had taken a programming class on php and mysql. I have also done independent studies after graduating college.

Past/Present Clients
AngelsAtGodCentralStation, Get Contrabrand, North Coast Orthodontics, Ultraflex Molding

©2012 About.com, a part of The New York Times Company. All rights reserved.