No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
17 Posted Topics
Hi Guyz, Would like to thank you in advance for the help and support, The problem I am facing is I have a redirection script which opens the page within an iframe rather than displaying the whole page. [CODE]header("Location: http://www.domain.com/registration.php?par=$parcel&err=$error_msg&succ=$success_msg");[/CODE] I have a simple login form within an iframe when … ![]() | |
Re: Try this: [CODE] if (is_numeric($val)) { echo '$val'; }else{ echo 'not an integer"; } [/CODE] | |
Hi I am creating an basic online menu ordering system, what i want to do is display the typical chilli level, vegetarian and nut icons/symbols along side a dish name. I have a product table which has all the required field which will be called out. spice level, veg and … | |
Re: INNER JOIN is what you looking for. [CODE]SELECT column_name(s) FROM table_name1 INNER JOIN table_name2 ON table_name1.column_name=table_name2.column_name[/CODE] The Link below will give you a better understanding. [URL="http://www.w3schools.com/sql/sql_join_inner.asp"]http://www.w3schools.com/sql/sql_join_inner.asp[/URL] | |
I want to display a multiple records from the database, 1 of the field needs to be displayed in a list format. i have managed to achieve this, the problem is that the list is duplicating and incrementing into the next record. Displays like this: Record 1: a, b Record … | |
Hi Everyone, I have integrated a Google Map on my website, which is working in good order. The maps data such as location lat/lng is coming from database. At present all the location markers are appearing on the map. I have a php page which draws out all the sql … | |
Hi Everyone I just wanted to know how i can display the content of one of my database field in a list format. I have field called Ingredient, the data type of that field is Text, i tried using css but it just turns the whole content as 1 list, … | |
Re: Sorry can you please explain in more detail in what you trying to achieve, are you referring to a navigation bar, or some sort of access control relating to pages. If so sessions would be best bet. | |
Re: if ($password1 != $password) { $error= 'Your Password do not match'; } else { Database run ya database query script or something like that will do the trick. Hope that helps | |
Re: Try This: [CODE] $sql = mysql_query("INSERT INTO signup_image (name, size, type, content) VALUES('$fileName', '$fileSize', '$fileType', '$content'") or die (mysql_error()); [/CODE] | |
Re: [QUOTE=blocker;1504809]Ive tried this but still i cant find in the result when i search in google etc. [code=php] <title>Phil Beach</title> <meta charset="utf-8" /> <meta name="description" content="Phil Beach, Beach" /> <meta name="keywords" content="Phil Beach, Beach" /> <meta name="robots" content="all,follow" /> [/code][/QUOTE] You will need to make sure,the keywords are somewhat unique … | |
Hi, All I would like my user to click on My Account link, with the help of some PHP magic i would like to determine which access level a user has and direct them accordingly to the right my account page. In total I have 3 types of users outlined … | |
Hi I have a while loop set up to call data from the database which is successfully doing. i would like my users to edit their own content on the database, a user can have many publications and so the user should be allowed to amend each publication. At the … | |
Re: [QUOTE=teambuilding;1463196]guys, I am adding [CODE]<?php static_footer_pages(); ?>[/CODE] to Footer of Wordpress to display their built in policies (WP plugin(, instead it shows me all the pages somewhere on the side of the page. Can anybody help?[/QUOTE] It may be your css dragging the footer to one side, if the above … | |
I want to use sessions to identify if a user is signed in. If user is signed in they should be directed to their own profile. If the user is not signed in then the user should be taken to the login page. on my header I have options when … | |
Hi I just wanted some advice regarding my login script. Example: I have 2 types of user "Student" and "staff" I would like both types of users which are in different tables to log into one login form, at the moment I have 2 separate scripts. The general assumptions apply … ![]() |
The End.