mysql/php error
Hey all I am trying to filter if a variable doesnt exist in mysql to output something right now it does nothing any ideas? here is the code in question, I have tried !isset(), is_null(), empty() I am...
View ArticleWarning : Expects parameter 1 to be resource, boolean given.
I keep running into this problem on a few of my scripts now. I am putting together a signup and login form. (i know basic stuff). I have managed to create the signup and it is inserting and displaying...
View Articlephp fatel errors on error log
hello i been trying to get a site to work the main page loads but i cant click on any links it just stuck on home page where would i go about to fixing it [15-Jul-2013 21:26:57] PHP Warning:...
View ArticleChange IFrame with Generated Thumbnail
Heya all, So I've completed my first semester on PHP programming. I got an A, ./flex ! Anyhow, I'm trying to take what I've learned and practice with it. I ran into a bit of a road block and after...
View ArticleDynamic Tables Showing Results
Hello! I have tried multiple different ideas to accomplish the results I am looking for with only minimal luck. My goal is to be able to pull data from the mysql db and place it in 3 cells while having...
View ArticleError Reporting
Hi guys can you all please help me. I am stuck with my script it keep inputting errors: Script below thanks <?php session_start(); $password=$_GET['password'];...
View ArticleError in uploading Image in Database
I am trying to save images in my database from HTML form. I have written PHP code to accomplish this task. Its giving me the following error message,and not inserting data in the database. Kindly check...
View ArticleWarning: mysql_fetch_array() expects parameter 1 to be resource, boolean...
sir can can u fix mine too.? I'm new to this language index.php 2.17KB 0 downloads '<link rel="stylesheet" type="text/css" href="css/style.css" /> <?php include('dbcon.php');...
View ArticleWhat am i doing wrong with this array?
I have a select that allows a user to select an album. I then run a query to check the post of the select to make sure it's a real album number. So what I do is run the query then use in_array to see...
View Articleradio buttoms to show price
i have taken over someones hosting and they want to have prices show to people before they order so im trying to figger out how to add that into their order page what they already have got can anyone...
View ArticleI have some troubles with wsdl
Hi, i have a supplier that gave me an wsdl link. To get productinfo they gave me this description. I had to translate it so i'm sorry if its not clear... Use productitemsearch to get data for one...
View ArticleErrors caused by xampp
Hello.. i have a site on a free host..everything works.. but now i put it on xampp.. because the host does not have power.. But when i put it on xamp i have some errors.. 1. First Error Signup.php...
View ArticleHighest Values in Multidimensional Array
I have an array similar to this: array(5) { [0]=> string(2) "32" [1]=> string(2) "67" [2]=> string(19) "2013-07-15 15:56:28" [3]=> string(1) "1" [4]=> string(4) "Fail"} array(5) {...
View ArticleHow do I catch this error?
I'm working on a file uploading script. It checks the file size, and won't let an upload complete if over a size specified in config. This all works, but if a file is uploaded that goes over PHP's...
View ArticleJavascript php include not working - search text show include help
Hi guys, I'm trying to build the following functionality, but find myself seriously lacking in coding aptitude and knowledge. I'm hoping you guys can help me out. Ultimate goal: Clean search bar in...
View ArticleDynamic data onto static user profile page
First off I'm new to php still learning and reading as much as I can. The question is in lamen terms how do you insert dynamic content onto a user profile page based on their username. For instance I...
View ArticleEncoding Type
Hi, I have a php file that i cannot read its source content , i dont know what type of encoding is it and i hope that someone here could help me out ! When i run 'file' command in linux it gives me...
View ArticleQuestion about E_STRICT
Hey, I am learning on how to debug PHP, and read that E_STRICT is a compile-time notice; it does not hault but reinforces forward compatibility. Can anyone help me explain what they mean by...
View ArticleAccount Creation
I am having a bit of trouble getting this register function to work. Its for a game server so the password has to be md5 and salted with the username. Here is the function part of the Register.This is...
View ArticleParse error: syntax error, unexpected 'id' (T_STRING), expecting ']' in...
Hello fellow PHP Enthusiasts if you could help me with this I would apprieciate it very much. Error: Parse error: syntax error, unexpected 'id' (T_STRING), expecting ']' in C:\xampp\ Code:...
View Article