Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~7K People Reached
Favorite Forums

19 Posted Topics

Member Avatar for mahe4us

[QUOTE=mahe4us;273717]Hi, Thanks. I have realised the difficulty in paypal integration.[/QUOTE] it is NOT difficult. i work for a web-development company and i just did it for a site. [url]www.hiphopjam4kidz.com[/url] i am writing a tutorial on how to do it this for my company weekend. i'll be more than happy to …

Member Avatar for razalakhan
0
163
Member Avatar for ismaily

[quote=ismaily;276508]how to send sms from web site to mobile Can some please help , script to be used php Thank you[/quote] [URL]http://www.w3schools.com/wmlscript/default.asp[/URL] [url]http://codewalkers.com/tutorials/90/1.html[/url] should be a good start.

Member Avatar for shefeekj
-1
2K
Member Avatar for boo_lolly

i'm writing a redirect.php page for a CMS. the admin user makes whatever changes they want to certain information in the database, then clicks submit. they are taken to redirect.php which handles all the sql commands depending on what the admin wanted to change. and then they are redirected to …

Member Avatar for almualim
0
177
Member Avatar for tech291083

[quote=tech291083;282830]hi, can any one tell me a good GUI editor for php on fedora core 5 32 bit linux? i am looking for a development tool something like dreamweaver which is easy to use with menus, buttons etc. thanks.[/quote] [url]www.php-editors.com[/url]

Member Avatar for tech291083
0
93
Member Avatar for roryt

i'm very interested. i'm a noob too, but i think i can do it. but i'm a little baked right now and jamming TOOL. so i'll get back to you later tonight for sure. very interesting.

Member Avatar for MattEvans
0
146
Member Avatar for boo_lolly

i don't see anything wrong with it... what's the deal? this is the results page that displays the results of a search query. [b]Parse error: parse error in ../../../../merchandise/testreg/results.php on line 21[/b] [code=php] @ $db = mysql_connect("localhost", "apache", "R3GP@SS!"); if(!$db) { echo "Error: Could not connect to the database. Please …

Member Avatar for phper
0
118
Member Avatar for boo_lolly

hello all, i'm building a CMS and i'm have some trouble with a certain page i've been working on. I have information stored in my database that the admin user can edit and update and change, obviously. on this edit page i have HTML input fields that have been pre-populated …

Member Avatar for digital-ether
0
116
Member Avatar for wernervogg

i think what you're talking about are called 'permissions'. you want certain users to have perission to only certain pages. i'm not sure how to do this, as i've never done it myself. but i would start with handling 'sessions'. check 'em out. [url]www.php.net/session[/url]

Member Avatar for phper
0
134
Member Avatar for desiguru

i have a question, what if you had many search fields to search a table. for instance, if you had a table with many columns (that you would search through) like first name, last name, birth date, how would you search for all three queries and return only results that …

Member Avatar for desiguru
0
166
Member Avatar for boo_lolly

for some reason or another, my AUTO_INCREMENT command won't work in my sql table for the column named 'ID'. i have no idea why. it SHOULD work, but it doesn't. anyway, that's not really much of an issue. however, i have decided to take this opportunity to learn something new …

Member Avatar for hazel_0821
0
178
Member Avatar for boo_lolly

hey all! i've got a CMS i'm working on and i have a couple of HTML tables that are populated via php loops communicating with the SQL database. got it? good. at the end of each row in the HTML table there is a checkbox. i need to be able …

Member Avatar for boo_lolly
0
740
Member Avatar for alkaholik

awesome post, [URL="http://www.daniweb.com/techtalkforums/member128427.html"]alkaholik[/URL]. sorry to hear about your condition.

Member Avatar for boo_lolly
0
105
Member Avatar for assgar

first, connect to the database, second, mysql_query() is necessary. third, don't put single quotes around your variables inside your sql query. and fourth, 'item = $item' is unnecessary; simply put $item. [php] <?php $query = mysql_query("SELECT item, number, description FROM test_table WHERE $item ORDER BY $sort_order, $sort_type"); ?> [/php] now …

Member Avatar for nickclarson
0
172
Member Avatar for boo_lolly

i get this error: [B]Parse error[/B]: parse error, expecting `';'' in [B]/../../../../addCouple.php[/B] on line [B]156[/B] [code=php] @ $db = mysql_connect("yah", "blah", "blah"); mysql_select_db("registry_DB", $db); if(!$db) { echo "Error: Could not connect to the database. Please try again later."; exit; } $sql = "SELECT uID FROM my_search_table WHERE uID LIKE '%". …

Member Avatar for boo_lolly
0
84
Member Avatar for boo_lolly

i'm working on a simple search and results project. i don't have the database setup yet, but i'm working on that as we speak. i'd like for this to work the FIRST time i run it after the database is running. however, i'd like to add something to my search/results …

Member Avatar for digital-ether
0
71
Member Avatar for boo_lolly

i have a mysql table with a few columns. some of the rows in this table might contain the same content in the same column. for instance. my column titles are 'uID' 'product' 'item' 'need' 'yah' 'blah' 'blah'... here's what i need i need some advice on how to design …

Member Avatar for Member #46692
0
96
Member Avatar for new_girl

it sounds like you're using what's called a CMS (content management system). are you? if so, what is it called?

Member Avatar for new_girl
0
90
Member Avatar for boo_lolly

let's just say that this page i'm writing is called 'registry.php'. this page will be more-or-less a template, however contents of this page will vary depending on one variable. the variable is the ID number of a newlywed couple (in the database). the content of registry.php will contain tables. each …

Member Avatar for boo_lolly
0
3K
Member Avatar for boo_lolly

hello all! i am writing a piece of a wedding website in php. this piece of the website is called a bridal registry. when a couple gets married, they tell people that they are registered at my website. this means that the couple came to my website and told them …

0
75

The End.