Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~4K People Reached
Favorite Forums
Favorite Tags

17 Posted Topics

Member Avatar for joban.ali

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 …

Member Avatar for diafol
0
885
Member Avatar for whojstall11

Try this: [CODE] if (is_numeric($val)) { echo '$val'; }else{ echo 'not an integer"; } [/CODE]

Member Avatar for whojstall11
0
128
Member Avatar for joban.ali

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 …

Member Avatar for joban.ali
0
85
Member Avatar for daniel36

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]

Member Avatar for joban.ali
0
93
Member Avatar for joban.ali

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 …

Member Avatar for joban.ali
0
99
Member Avatar for joban.ali

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 …

Member Avatar for keval_hack
0
304
Member Avatar for joban.ali

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, …

Member Avatar for joban.ali
0
118
Member Avatar for fidolas7

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.

Member Avatar for stokes1900
0
102
Member Avatar for Tempest will

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

Member Avatar for joban.ali
0
1K
Member Avatar for klemme
Member Avatar for fidolas7

Try This: [CODE] $sql = mysql_query("INSERT INTO signup_image (name, size, type, content) VALUES('$fileName', '$fileSize', '$fileType', '$content'") or die (mysql_error()); [/CODE]

Member Avatar for dornaled
0
90
Member Avatar for PinoyDev

[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 …

Member Avatar for PinoyDev
0
320
Member Avatar for joban.ali

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 …

Member Avatar for kekkaishi
0
202
Member Avatar for joban.ali

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 …

Member Avatar for sudeepjd
0
112
Member Avatar for teambuilding

[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 …

Member Avatar for joban.ali
0
141
Member Avatar for joban.ali

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 …

Member Avatar for joban.ali
0
119
Member Avatar for joban.ali

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 …

Member Avatar for Zagga
0
115

The End.