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
~1K People Reached
Favorite Tags
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
62
Member Avatar for justinmyoung

On a previous thread, a member was nice enough to help me out. The script worked fine, until I added other variables. Now, it won't register in the database. My eyes are not working. Any ninjas? Thanks [B]reg.php[/B] [CODE]<?php require( 'config.php' ); $con = mysql_connect( $mySQLhost,$mySQLuser,$mySQLpass ) or die( 'Error: …

Member Avatar for justinmyoung
0
156
Member Avatar for yasmena

Is It Possible to pass a variable through an included file include("../admin/addcustomer.php?page=partner"); i tried it but it says : Failed to open stream: No such file or directory plz i need help and if it's not possible how can i pass this variable

Member Avatar for yasmena
0
189
Member Avatar for MDGM

hii all, I have a 5 star rating system which writes a cookie as the following when the user rates a product: [CODE] $pid = $_GET['pid']; //product ID (primary key) $ratepostpone = 300; //5 minutes until it expires and the user can rate again $cookieroot = '.mysite.com'; //my website's directory …

Member Avatar for MDGM
0
92
Member Avatar for gandil

I have a db query, which show datas from mysql database. I want to do : ıf number of rows from query is bigger than x do something if small do another thing. Namely; [code=php] $qry = mysql_query("SELECT * FROM data_table WHERE page='$page'",$dbh); $total = mysql_num_rows($qry); if($total>7) { something... } …

Member Avatar for jt1
0
134
Member Avatar for soultrav

Hello! The error above appears on line 9 and i can't seem to figure it out! [code=php] <?php srand(time()); for ($i=0; $i < 5; $i++) { $rand1 = (rand()%13 + 1); $rand2 = (rand()%4 + 1); $slot[$i] = $rand1*10 + $rand2; for($j=0;$j<$i;$j++) while(slot[$i] == slot[$j]) { $rand1 = (rand()%13 + …

Member Avatar for jt1
0
132
Member Avatar for tech291083

Hi, If any one here is interested in learning about the off shore jobs done for the US by countries such as India, here is an article I just came across. Hope you enjoy it. Thanks. [URL="http://www.time.com/time/business/article/0,8599,1607631,00.html"][B]http://www.time.com/time/business/article/0,8599,1607631,00.html[/B][/URL]

Member Avatar for xeto
1
146
Member Avatar for sasikala123

Hello all, I am beginner in programming. I know the basic concepts of c & c++. While talking about theory I can able to understand the concepts but if I need to write programs I am struggling to even think the concepts. I have completed Bachelor degree in computerscience, I …

Member Avatar for madan mohan
0
96
Member Avatar for invader980

hey guys i was woundering if it was possible to connect and grab infromation from a database triggered by a drop down menu click in php .... or will i have t o learn java and figure it out there .. im sure there is a way tho somone help …

Member Avatar for JeniF
0
89
Member Avatar for audit

Hey, Ok here is some background information: 1) I provide IT services within India to various companies 2) I have no employees and no machinery 3) I work from home 4) I don't export any products or services My question is: 1) Do I need to register? 2) Can I …

Member Avatar for jt1
0
35
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
55
Member Avatar for huwgomez

Am new to SQL and PHP. Only been using them for about 3 weeks to create an e-commerce site for some friends. I have been trying to set up a link to paypal's shopping basket feature from my listing page. I'm trying to get the link to appear next to …

Member Avatar for jt1
0
173
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
65