Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K

13 Posted Topics

Member Avatar for jt1

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

Member Avatar for daFool
0
67
Member Avatar for justinmyoung

If you have magic_quotes on, make sure you strip slashes before running the mysql_real_escape_string on your $_POST vars

Member Avatar for justinmyoung
0
182
Member Avatar for yasmena

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]

Member Avatar for yasmena
0
200
Member Avatar for MDGM

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'] …

Member Avatar for MDGM
0
108
Member Avatar for gandil

Using the COUNT(*) query by PoA or mysql_num_rows on your query will return the same value.

Member Avatar for jt1
0
154
Member Avatar for soultrav

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 $

Member Avatar for jt1
0
142
Member Avatar for tech291083

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 …

Member Avatar for xeto
1
157
Member Avatar for sasikala123

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 …

Member Avatar for madan mohan
0
108
Member Avatar for invader980

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

Member Avatar for JeniF
0
104
Member Avatar for audit

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.

Member Avatar for jt1
0
37
Member Avatar for jt1

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

Member Avatar for jt1
0
59
Member Avatar for huwgomez

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 …

Member Avatar for jt1
0
189
Member Avatar for jt1

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 …

0
77

The End.