39,316 Topics

Member Avatar for
Member Avatar for sha09

i am new in this thread..i like to know all of yours.. i am really need help to use chekbox with retrieved data from database..i dont know how...like inbox in our mail..

Member Avatar for network18
0
1K
Member Avatar for ukumar

Hi, I would like some search result to appear on each of my blog page (below my post article) based on certain pre-specified keywords. Say for example, I have a pre-specified keyword "term" for a particular post in my blog. Now when anyone load this post, I would like to …

Member Avatar for network18
0
52
Member Avatar for zhou1919

Hi, I got the syntax error in my following php code: unexpected T_STRING in /net/home/z6zhou/public_html/signup.php on line 1. Who can help it out? my php code is as follows: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><title>Publication DB</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta …

Member Avatar for zhou1919
-3
373
Member Avatar for lcyew

Hi. I am developing a system by using php. Problem I'm facing is that when the resolution of computer is changed, the interfaces of my system is effected. The resolution used while developing the system is 1440X900 while I just being told that resolution used for computers in the company …

Member Avatar for Will Gresham
0
76
Member Avatar for itsrahulk

hi all, i am creating a session variable on the property_detail.php page where after updating all the values i redirected the use to the same page with the value in the session to be printed on the same page as "Property details saved successfully". but the problem is when i …

Member Avatar for itsrahulk
0
103
Member Avatar for weeon

name database : db_shop table_user : uid_user, name_user table_shop : uid_user, date table_question :uid_user, date Help me.... if user wants to accessing to page question, script php will check formerly will what him buy or not yet in certain, has user answered what not yet in certain? if buy so …

Member Avatar for Atli
0
128
Member Avatar for cjay175

Hey, I was wondering how to obtain a hash value and pass it to php. URL: [CODE]http://www.mydomain.com/#id=110[/CODE] All I want to grab is just the "110". This is my javascript code: [CODE] <script> function getUrlVars() { var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('#') + 1).split('&'); for(var i = …

Member Avatar for Airshow
0
1K
Member Avatar for masocha
Member Avatar for sethm

Recently I found a way to upload an image path into a MySQL db while uploading the actual image to the server. This works fine, except sometimes I don't have an image to upload with the story. So - my question: If I don't have an image how do I …

Member Avatar for Atli
0
240
Member Avatar for DemonGal711

Alright, I found this code online which basically solved my issues. [code]<?php header ('Content-type:image/gif'); include('GIFEncoder.class.php'); $text = "Hello World"; // Open the first source image and add the text. $image = imagecreatefrompng('source01.png'); $text_color = imagecolorallocate($image, 200, 200, 200); imagestring($image, 5, 5, 5, $text, $text_color); // Generate GIF from the $image …

0
113
Member Avatar for masocha
Member Avatar for LindaLou

Hi, I have 4 menus with a submit button posting to a results page with 4 recordsets getting correct data from data base and displaying it with an if, elseif, else clause. It works - well almost! If a row exists that has all the criteria a user has selected …

Member Avatar for LindaLou
0
78
Member Avatar for garcon1986

Hello Everyone. I want to make query with php combo box items. When the user click on the items of combo box, the following table will generate correspondent data. Now i can display data in one table, but i don't know how to use it with combo box. Does there …

Member Avatar for garcon1986
0
124
Member Avatar for LindaLou

Hi, I have created a statement using IF, ELSE IFs, ELSE, and it brings up PARSE ERROR UNEXPECTED T_ELSEIF in line... On checking for the solution to this error it often seems that a } has been included or missed, i´ve doubled checked my code and don´t think that this …

Member Avatar for LindaLou
0
114
Member Avatar for stuckinmud

Hi all ive had some syntax errors and have managed to correct 2 lines using advice on this forum but now it has came up with this error Parse error: syntax error, unexpected T_STRING in /home/nebbmhc1/public_html/send_form_email.php on line 18 ive corrected lines 15 and 16 and wonder how many more …

Member Avatar for stuckinmud
0
122
Member Avatar for nika201

PHP scripts can be run using the php-cgi.exe command line interface. However, a web server is a must if you want to have full functionality of the script. "Viewer for PHP" is an open source app that can be used to run scripts in an embedded browser control. It makes …

0
55
Member Avatar for gpss

Hi! I need some help... i searched a lot.. but dind't found or worked any code.. so i need help please.. i just need a simple thing... i want to show on a combobox, a list of the things that i have (inserted before on my database-postgreSQL) on a collumn …

Member Avatar for phobia1
0
137
Member Avatar for Aamit

Hi i am installing joomla ,virtuemart. I have some queries about shipping costs.. 1> sell the product from 5 cites. customer choose product add to cart How to customer to get product in lowest shipping cost Or cart be able to calculate shipping from the nearest city. 2> Customer can …

0
85
Member Avatar for network18

my api parsing script has dynamic url, like scriptname.php?limit=100 here this last 100 will change;varying from 0 to the number of lines from the file returned by first cron. And i want to this script to execute as a cron job, but how this parameter 'limit' i should handle. any …

Member Avatar for network18
0
1K
Member Avatar for lcyew

Hi. I need to capture and store the time in database whenever there is application or approval is submitted. (in 24 hours time format) I've tried time() to capture time and strftime("%H:%M", $timenow) to retrieve and dispaly the time. However, the hour for the time is incorrect. Some questions I …

Member Avatar for lcyew
0
84
Member Avatar for kishou

sry i'm not really familiar with $_FILES. but i have a quick question. why isnt this uploading? here's my code: [CODE]<?php $file = rand(10,100) . $_FILES["file"]["name"]; if ((($_FILES["file"]["type"] == "application/octet-stream")) && ($_FILES["file"]["size"] < 400000)) { if ($_FILES["file"]["error"] > 0) { echo "Return Code: " . $_FILES["file"]["error"] . "<br />"; } …

Member Avatar for NavedAhmed
0
100
Member Avatar for gotschai

Hello everyone, i have a little problem with variable variables if the variable is an multidimensional array and the indexes are not fix so, they are dynamic. I need something like this: [code=php] $varName = "data"; $varIndex = "[1]['items'][4]['items'][]"; ${varName.$varIndex} = 'xyz' ; // this does not work as php …

Member Avatar for somedude3488
0
102
Member Avatar for itsense

Hi everyone Don't know if someone can help me with my problem. I'm trying to get a total from a loop variable name($cost), I'm running a for loop, thats getting values from mysql, all that i need is for the $cost value to be added up. Code example: [code=PHP]$sql="select * …

Member Avatar for hanna aizawa
0
103
Member Avatar for Muhammad shah
Member Avatar for sureronald
0
67
Member Avatar for alxwm
Member Avatar for rukshilag

In need of creating an online fast food delivery system - please help... no idea how to begin! this is for a group assignment in university. we have to design a creative user and admin interface...

Member Avatar for jomanlk
0
220
Member Avatar for mistersam

Hi everyone, im working on my final year project which is Internet Remote Control using microcontroller and an embedded ethernet board to control home devices for example... The idea is to build a web application which will allow the owner of the house to log in and use the web …

Member Avatar for jomanlk
0
62
Member Avatar for anatta

Hi guys, I'm trying to write code where an ajax function, at a specified interval, calls php script to query a table and open a certian window according to the response(variable) received. After that, the ajax function will continue to call the same php script but will open another window …

Member Avatar for anatta
0
308
Member Avatar for MDanz

i have two frames, one top, one bottom. how do i use curl on the form on the bottom frame that gives me the url of the top frame? link_frame is the top frame. [code]<form action='menu.php' method='get' name='changer1' target='link_frame'>[/code] i hope this isn't too difficult.

0
59
Member Avatar for unwanted_virus

[code=php]<!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=iso-8859-1" /> <title>::SISTEM SEMAKAN KEPUTUSAN PEPERIKSAAN KOLEJ EASTERN::</title> <style type="text/css"> <!-- .style7 {color: #000000; font-weight: bold; } .style8 {color: #000000} body { background-image: url(eastern1.jpg); } .style10 {color: #FF0000} .style9 {color: #FF0000; font-weight: bold; font-style: italic; font-size: …

Member Avatar for Will Gresham
0
99

The End.