- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
19 Posted Topics
[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 …
[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.
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 …
[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]
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.
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 …
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 …
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]
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 …
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 …
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 …
awesome post, [URL="http://www.daniweb.com/techtalkforums/member128427.html"]alkaholik[/URL]. sorry to hear about your condition.
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 …
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 '%". …
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 …
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 …
it sounds like you're using what's called a CMS (content management system). are you? if so, what is it called?
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 …
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 …
The End.
boo_lolly