39,316 Topics

Member Avatar for
Member Avatar for newweb

Hi, I have created a simple shopping cart using session array, selected products are stored in the table. So far I have no problem! I wish to remove (using x) individual product from the table/array, but I cannot access it. Is anyone SESSION expert who can help? Thanks in advance! …

Member Avatar for newweb
0
3K
Member Avatar for tusharpatel

Hi, I am using scribd api in my site when i am using 'docs.search' as per they told, i got complete response. but when i am using [B]docs.browse[/B] as per they told its not working, it's not giving me proper output or response. I am using [B][url]http://api.scribd.com/api?method=docs.browse&api_key=apikey&category_id=240&my_user_id=43409216[/url][/B] but its not …

0
46
Member Avatar for debbier

I need to iterate through an array, starting with the first element, in chunks of, say, 5, then break off and do something else with the array, then go back to where I left off. I'm confused about how the array counter, using next, or current etc. would work. How …

Member Avatar for debbier
0
163
Member Avatar for nsam

Hi Everyone, Can somebody help me out in this problem. I am getting a value from 1 page to another through $_GET[]. When I redirect to other page it shows me its value in URL as well as in a query where I am using it further as this. Here …

Member Avatar for mohanrajit.88
0
146
Member Avatar for gikonyo

am new to webdesign .can someone guide me on how to implement imap using php,on a web based system.please.

Member Avatar for wilch
0
73
Member Avatar for StarTrekCafe

hi. a blind web site designer using the jaws for windows screen reader from [url]http://www.freedomscientific.com[/url], and now downloaded and installed wamp server 2.0, and got word press. as started a full blown star trek application using visual web developer and my sql epxress 2008, but now want to change to …

Member Avatar for StarTrekCafe
0
626
Member Avatar for ankit.pandey3

[CODE]<?php require_once('database.php'); $query="select * from news"; $result=mysqli_query($dbc,$query); while($row=mysqli_fetch_array($result)){ $Title=$row['Title']; //$Content=$row['Content']; echo $Title; echo "<a href=''>$Title</a><br>"; } ?>[/CODE] [QUOTE][B]Hi friends.... [B]I have a table named news which contain columns such as Title, Content,NewsId and many more. I want to display titles in form of link and [COLOR="Red"]when we click any link …

Member Avatar for mahavir123
0
203
Member Avatar for mtvaran

hi guys, i am struggling with cross tab query in mysql. if you have any idea could you please help me? basically i have data into the table like... cid | Q# | marks c1 | 1| 50 c1 | 2 | 50 c1 | 3 | 50 but i …

Member Avatar for NettSite
0
91
Member Avatar for Hridayesh

Error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 29 bytes) Though I have set memory limit 96M in php.ini Can anyone give the solution.

Member Avatar for Hridayesh
0
143
Member Avatar for Lapixx

Hi, I'm working on a project which requires some sort of 'connection' between 2 (or more, actually) clients. Basically one person should be able to send data to another person with their webbrowser, somewhat comparable to a instant message system. My first idea was using XHRs to send data to …

Member Avatar for Lapixx
0
83
Member Avatar for chintan@dani

Hello [B]PHP Experts,[/B] I am looking for the application in my site, which allows users of my site to invite their friends from facebook? How can i implement this? Plz reply, Any Help will be appriciated...

0
74
Member Avatar for phpDave

Hi, recently I have been working on a file upload script that users can upload an image. I got it to work but I am stuck on how to let user update or change the image they upload. I would like this to work kind of like facebook photos work. …

Member Avatar for vibhaJ
0
53
Member Avatar for rolyestemonio

Hi, I am a PHP beginner, I am working this code and I need help, And kinda stack of it. I have a database with 5 fields(id, date, time , title and description). This is what I want to do; I want my script to go into the database fetch …

Member Avatar for Caeon
0
153
Member Avatar for diafol

I've just landed myself in it. I offered to help out with a programming club at our school. Doh! The school is lumbered with VB6. I refuse to dirty my hands with it - the last time was about a 1000 years ago. I proposed to do a starter on …

Member Avatar for sudeepjd
0
137
Member Avatar for mtvaran

hi guys, I would greatly appreciate it if you could help me with this code I have some tables called, Student (SID,SNAME) -> I have got data into it Course(CID,CNAME) -> I have got data into it Take(SID,CID) -> I have got data into it quesion (CID,QNO,MRKS)-> I have got …

Member Avatar for mtvaran
0
77
Member Avatar for BlueCharge

Hello Everyone, i am wanting to build a leaderboard for my site for the members gamerscore on Xbox LIVE. I know how to fech from a MySQL database, etc but this is the hard bit. So the users table in MySQL contains their gamertag and i want to pull that …

Member Avatar for BlueCharge
0
108
Member Avatar for BTW8892

Hey, I want to start this new project for my own site, but I'm not really sure on how to start. Was wondering if anyone could help start me off, with some ways to organize and start it out. Basically I want to start a hockey league script, that contains …

Member Avatar for diafol
0
125
Member Avatar for raf08

hi can anyone help me with this ive trying for 2days to get this sorted but cant figure it out. i want to be able to list my data in the table which works fine then i want a link next to each data line to amend it heres my …

Member Avatar for Caeon
0
172
Member Avatar for daydreamer22

Hello All, I'm new to PHP, need some advice for my problem below. Here is my problem after enter my fullname and search, it show all the fields from a table, but if I enter a invalid fullname(fullname that doesn't exist in fields) , the page goes blank no error …

Member Avatar for daydreamer22
0
154
Member Avatar for bbman

Hi im desperately in need of some help here.. Im exporting my html page data to csv but i am unable to get the data onto a new column the code is as follows [B][COLOR="Red"]HTML FORM[/COLOR][/B] [CODE]<form id="form1" name="form1" method="post" action="index.php"> <table class="formatTblClass"> <tr> <th colspan="6"><?=$message;?></th> </tr> <tr> <td width="68"><span>First …

Member Avatar for sudeepjd
0
1K
Member Avatar for theG-Scott

I have a page on my portfolio site that displays large thumbnails for each piece of work in my portfolio. When you click on this large thumbnail, an overlay fills the screen and it shows multiple small thumbnails representing different views of the piece of work along with the corresponding …

Member Avatar for theG-Scott
0
120
Member Avatar for fredrickprem

[COLOR="Green"][B]hi guys im new to php please help me to search friends in an community page where all members are there i dosen't hv d coding plz help me.....send some coading guys[/B][/COLOR]

Member Avatar for sudeepjd
0
69
Member Avatar for Awah Mohamed

hi people , i have writen this copde but when i run it it gives me thigs error Parse error: syntax error, unexpected ';' in C:\xampp\htdocs\forum\signup.php on line 49 i have checked the line more than 10 times and i didnt found anything [ICODE] <?php include 'includes/connect.php'; include 'includes/header.php'; echo …

Member Avatar for Awah Mohamed
0
109
Member Avatar for ronaldpaul

Hi.I'm using Ubuntu 10.10. I wanna use sms gateway service. So, I've installed Kannel sms gateway and also I've installed playsms to manage it. I'm using my Nokia 5233 mobile phone as modem. Can u pls help me in confoguring and sending the sms using playsms & my nokia 5233 …

0
129
Member Avatar for gidireich

We have a product which is being slightly customized for each client. The exact customization is unpredictable - we assume that any point in the code can become needing change. However, we want to keep one code base, as 90+% of the code will be identical, so we don't have …

Member Avatar for gidireich
0
150
Member Avatar for Cstonehouse

Whilst working on my first MYSQL, i came accross this error, and even with a friend who is a pretty good coder and we couldn't work it out [CODE]<?php $con=mysql_connect("mysql3.000webhost.com","a2778852_556875", "pendolino390"); //CREATE DATABASE mysql_create_db("personal_experience", $con); //CREATE TABLE $con=mysql_select_db('Personal_experiences',$con); if($con) { $sql="CREATE DATABASE personal_ex ( Additioncode int NOT NULL AUTO_INCREMENT, PRIMARY …

Member Avatar for ko ko
0
92
Member Avatar for mtvaran

Hi guys, i have to create a drop-down menu for database data, when i select one data from that then next drop-down menu has to create automatically with related data of the 1st selection. could anyone please give me some help to do this? NB: i have 3 tables student(sid, …

Member Avatar for sudeepjd
0
108
Member Avatar for windmill87

My name is Dennis, currently im doing my final year project for a system called " Records Management System" I'm using xampplite localhost phpmyadmin as my database SQL server. i face a problem in my system that shown a message: "Warning: Unknown: Your script possibly relies on a session side-effect …

Member Avatar for sudeepjd
0
165
Member Avatar for MoreBloodWine

Is it possible to have stuff echo'd based on the address in the address bar of your browser ? So like... if address in the address bar = index.php?page=21 then echo the below [code] echo "Page " . number_format($page) . " of " . number_format($totalpages) . "<br />"; $starting_user = …

Member Avatar for MoreBloodWine
0
143
Member Avatar for BaSk

I'm currently creating a PNG image from a random sql statment. Its just outputting text, but I was to limit the number of chars per line. I have this working, but its repeating the text to the next line. Below is the code on how I'm doing this. [CODE] imagestring($image, …

Member Avatar for sudeepjd
0
88

The End.