- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
13 Posted Topics
Hi there, I am writing a free php extension and am wondering if I'll need to compile it for each operating system (FreeBSD, Sun, etc...). I have compiled a separate dll for windows. Cheers
If you have magic_quotes on, make sure you strip slashes before running the mysql_real_escape_string on your $_POST vars
Try this in your switch statement: [code=php] switch ($action) { case "partner_company": $_GET['page'] = 'partner'; // Define the page - variable will then be available in addcompany.php include ("../admin/addcompany.php"); break; } [/code]
I think it has to do with your cookie name: [code=php] 'ms-'.$pid [/code] This is going to be different for each product that is rated, thus creating another cookie. Try using one name for the cookie and set the $pid in the cookie value. [code=php] $new_value = 'ms-'.$pid; if ($_COOKIE['RATED_PRODUCTS'] …
Using the COUNT(*) query by PoA or mysql_num_rows on your query will return the same value.
Hey soultrav, Not sure if this is a typo in your post, line 9 should read: [code=php] while($slot[$i] == $slot[$j]) [/code] You seem to be missing the $
I wrote a paper on this back in my first year of uni. Here's my take on it all. Firstly, I am not prejudice, just merely stating the facts. I believe we all are human beings that have the same anatomy and physiology, just different features and ethnic backgrounds. The …
IT has majors and minors, it is possible to do very little programming. Computer science is more so based on system architecture. All I can say sasikala123 is practice makes perfect. Perhaps try getting a job with an IT/software development firm as tech support and work your way up the …
Hi invader980, No it's not possible for PHP to do this as PHP is a server side scripting language and a drop down box (HTML) is client side. You can however use PHP and javascript to accomplish this. See this for an example of how to do what you're asking: …
It depends on your taxation and government laws (I have no idea what your laws are in India). Here in Oz we must pay our taxes if earning an income, and register a business if you trade under a name other than your own.
Hey all, Sorry, I didn't realise there was an introducer forum, my bad. Great site you have here. Have used it for many of years now. It's helped me a lot. I'm from Australia and study IT at uni (major in software engineering). Cheers
Hey Huw, You'll need to do something like this: [inlinecode] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- This site was created by Huw Hughes - [email][email protected][/email] --> <HTML><HEAD> <TITLE></title> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <LINK href="website/Page1_files/page.css" rel=stylesheet> <META content="Microsoft FrontPage 5.0" name=GENERATOR> <META http-equiv=Last-Modified content=22/05/2004:08:35:13> <META http-equiv=Pragma content=no-cache></HEAD> <BODY> <div …
Hi there, Great site you have here, I have found it most helpful for a number of years. I have a very strange problem that my server provider and cPanel support can't help me with. Here's the story.... I have a handful of servers all clustered together (2 nameserver machines …
The End.
jt1