38,020 Topics

Member Avatar for
Member Avatar for jimmiller96

I'm not really sure which forum this belongs in, but please bear with me as I try to explain what I am looking to do. I have a PHP web site designed to display status updates from several dozen computers around the world. Up until now an administrator updates a …

Member Avatar for kireol
0
167
Member Avatar for loligator

So here's the code: [code=php] function procRestSearch($searchQuery){ //Don't forget to have $searchquery defined before calling this function $intSearchCounter = 0; //Used to set the arrays $searchResult = mysql_query($searchQuery); while($searchRow = mysql_fetch_array($searchResult, MYSQL_ASSOC)){ //Change/Add/Delete the variables below to match what data needs to be returned $strRest = array($intSearchCounter => array('restID' => …

Member Avatar for nav33n
0
137
Member Avatar for brandonmofiki

I have developed an RSS Feed in php. (can be found at [url]http://www.mofikiworldwide.com[/url] by clicking the rss icon in the top right) My reason for using php to develop the feed was so that I wouldn't have to manually update a feed in an xml file everytime I needed to …

Member Avatar for Atli
0
222
Member Avatar for mhran419

i want to create list load from db countries and then full second list from db when condition true. code run in opera successfully but in IE Not run... I'm beginner and using Smarty Templates. first code country.tpl second show_country.php third country.js[code]<html> <head> <script type="text/javascript" src="css/country.js"></script> </head> <body> <table align="center"> …

0
51
Member Avatar for Stefano Mtangoo

Hi all, I want to do simple query to do the Join Here is illustartion of my query which gives error [CODE=SQL]"SELECT * FROM table1, INNER JOIN table2 ON table1.colx = table2.colx LIMIT 30"[/CODE] What goes wrong here?

Member Avatar for Stefano Mtangoo
0
123
Member Avatar for ym_chaitu

Hai i am using the curl option to validate the site for the rss feed. my code is [CODE]<?php // create a new cURL resource $ch = curl_init(); $demo='http://chaitu09986025424.blog.co.in/feed/rss/'; // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, "http://validator.w3.org/feed/check.cgi?url=$demo"); curl_setopt($ch, CURLOPT_HEADER, false); // grab URL and pass it to the …

Member Avatar for cwarn23
0
152
Member Avatar for lifeworks

Hi Im new to OO PHP, been reading through my book and in one example they are using a class structure in a shopping cart. I have used session variables in the past for shopping carts, can I assume that if I create a class, which has a cart_contents array …

Member Avatar for lifeworks
0
85
Member Avatar for SKANK!!!!!
Member Avatar for rajabhaskar525

hi all, i want expandable veritical menu . when click on header it will another page with expandable state is same as previous one. any one having this script help me.......

Member Avatar for chrishea
0
87
Member Avatar for cguan_77

hi guys, need your help on this..any ideas is greatly appreciated..i got this form mailer from this site: [url]http://www.dtheatre.com/scripts/sour...e/formmail.txt[/url] but how to configure in php the form mailer that if in my form got two options (like the code below) that if the user choose this particular option then it …

Member Avatar for cguan_77
1
170
Member Avatar for lili.edryana

hello everyone.. i would to ask about my simple code here.. it's not working.. i actually want to display a forum badge which is data are received from the database. And i stucked at putting the avatar to a portion of the badge..i mean it looks like facebook profile badge... …

Member Avatar for Atli
0
179
Member Avatar for NeeedYourHelppp

I need help to make a Text based mafia game. I cant code :L But im willing to try and learn. The game i am thinking of should be something like Gangster Bliss or Gangster Paradise :) Anybody willing to help me? :D

Member Avatar for brandonmofiki
0
122
Member Avatar for dalypen

Hi, I got this for nfl pickem program and installed it on my website.I use yahoo web hosting. I have most apps working but the signup form is killing me. when user go to my webpage and try to signup, it just takes you to a blank page. here is …

Member Avatar for Stefano Mtangoo
0
341
Member Avatar for muralibobby2015

hello, i want to build a internal mailing system in website. only registered users can send mails to each other. i have taken "compose mail","inbox","sent items","trash". i want to create database now. can you please tell me cloumn names for this

Member Avatar for czilika
0
74
Member Avatar for twomers

Hi all. First off this is my first interaction with jquery (and I hope this is the correct forum to put questions about this in, if not might a mod take the liberity of moving it to the correct forum?), so apologies if I'm overlooking an entire room made of …

Member Avatar for twomers
1
203
Member Avatar for ruwanaru

I need a help with php i have a query it generate result that list of cars and i want is divide in to pages here im giving the table structure and the php file can help me on this [B]Table Structute[/B] [CODE] CREATE TABLE IF NOT EXISTS `cars` ( …

Member Avatar for ruwanaru
0
129
Member Avatar for ayesha789

Hi dear all I want to take snapshot of webpage and then save it into a folder. please tell me the basics , i am new to it.

Member Avatar for Devoted Hosting
0
75
Member Avatar for shishtawitch

how can i use a single account on my double sites.........either with cookies or any thing else...........!! suppose i have [url]http://www.mydomain.com[/url] and also [url]http://another.mydomain.com[/url] how can it use my single account with these both sites..........!!

Member Avatar for cwarn23
0
104
Member Avatar for ruwanaru

In this db and query are working and the firs page but after the 2nd page the variables are not passing can any one help me on this [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php include("../init/db.php"); …

Member Avatar for ruwanaru
0
142
Member Avatar for OrcaSoul

I have a site that I am working on, and I got tired of having to change the root path every time I uploaded the script from the local to on-line server. I tested the following code on both local (XAMPP under Windows) and web (shared Linux hosted on GoDaddy) …

Member Avatar for OrcaSoul
1
114
Member Avatar for findyaseek

xml POST method using http protocol i got a link from a travel hotel booking people like bellow link Each request needs to be posted (through POST method) using http protocol to [url]http://xmldev.dotwconnect.com/request.dotw[/url] and it receives a response irrespectively the request is successfully processed or not informing about the success …

Member Avatar for digital-ether
0
320
Member Avatar for coolbuddy059

hi friends, I've come across a word LAMP while searching for some php codes.Can someone kindly tell what does this mean and what type of application can be developed from it. And how to begin learning it(sources which provide complete information).

Member Avatar for coolbuddy059
0
92
Member Avatar for sam023

i m updating 3000 records in on query after few sec.. page shows network timeout...!! how to get rid of it.. thanks

Member Avatar for network18
0
82
Member Avatar for taminder

hey, so for my first project in my class, I need to build a crawler this is what I need it to do: - crawl and follow all urls on a domain (not go out into other websites) - get the title of the page - get the meta tag …

Member Avatar for taminder
0
120
Member Avatar for VAMPResearch

I am trying to create a page that will look up values from a table to fill in drop down boxes, i have this working. Now when the user selects options and presses a button i would like these values to get written to a table. This code is my …

Member Avatar for venkat0904
0
133
Member Avatar for anishmsry

hi, i'm using .htaccess so that the variables passed through links are not seen. [COLOR="Green"]http://localhost/user/jack[/COLOR] should be converted to [COLOR="Green"]http://localhost/user/?uid=jack[/COLOR] i used: [COLOR="Green"]RewriteRule ^user/([^.]+)/?$ profile/?uname=$1 [NC,L][/COLOR] whatever characters is input, i want that to be passed and then check. everything's working perfect. but when the following symbols are used, the …

Member Avatar for anishmsry
0
123
Member Avatar for drjay1627

My friend and I are working on an Internet bot. We want to make a bot that given a website, would index into a table. Example -- Given the website: [url]www.daniweb.com[/url] Add to table: [url]www.daniweb.com/c++[/url] [url]www.daniweb.com/c++/forum[/url] [url]www.daniweb.com/java[/url] etc... Any suggestion on how to do this?

Member Avatar for digital-ether
0
296
Member Avatar for muralibobby2015

hello.. i want to write code for refresh only division part which is in page. why because i am fetching images from database randomly. when we refresh the page the image change randomly. so.....i want to do refresh only division part every 1min. how to do?

Member Avatar for diafol
0
97
Member Avatar for mrjoli021

I have an html form when i submit it it goes to a php page. i want to change the action so the php execution happens on the same page. [code] <form method ="POST" action = "user.php"> <table align="right" cellpadding="10" cellspacing="0"> <tr> <td>EMail: </td> <td><input type="text" name="email" /></td> <tr> <td>First …

Member Avatar for diafol
0
2K
Member Avatar for hno

HI i know php/mysql and javascript well and I've made some web site . now , I want to make a online game web site that it has two type of games . One type are simple games like BACKGAMMON or chess another type are multiplay games . I have …

Member Avatar for digital-ether
0
189

The End.