39,319 Topics

Member Avatar for
Member Avatar for zlloyd1

I am trying to write a PHP script to connect to a database I have created in WAMP Server 2.0 but no matter what I do I keep getting the same error message: Parse error: parse error in C:\wamp\www\database.php on line 5 I have looked at this for over an …

Member Avatar for HG&C
0
152
Member Avatar for Avasulthiris

Hi, I'm trying to expand an existing php-based project. I need to be able to allow users to create basic flow diagrams inside their web browser. Drag and drop environments with movement and resize abilities on a js canvas. Start blocks, information blocks (possible hyperlinks too), Decision Blocks, End Blocks, …

Member Avatar for Avasulthiris
0
185
Member Avatar for tinker

Please help me solve a problem on passing the value form javascript function to the 'hidden' form and the form will be submitted to the php code for processing the data. Here are my codes below: First i have a link which will trigger the function 'passValue()' that holds 3 …

Member Avatar for McLaren
0
133
Member Avatar for fishcer

i'm new in php, especially php array and i wanna learn more about array, i found this forum sound interesting to solve my problem. i have some array like this : [CODE] Array ( [0] => Array ( [0] => Printer_B //printer [1] => IDDHARMAHE //user ) [1] => Array …

Member Avatar for fishcer
0
7K
Member Avatar for wafieali

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\AppServ\www\eUTM\login\logincheck.php on line 13 here is the code: <?php //login check require_once("dbconn.php"); $con=connectdb(); $idpengguna=$_POST['idpengguna']; $katalaluan=$_POST['katalaluan']; //login PELAJAR from table pelajar $pekerja_query="SELECT * FROM pengguna where idpengguna = '$idpengguna' AND katalaluan = '$katalaluan'"; $pekerja_result=mysql_query($pekerja_query,$con); $pekerja_row=mysql_fetch_array($pekerja_result); if(!$nama_id && !$katalaluan) { $err=1; …

Member Avatar for wafieali
0
437
Member Avatar for tape enterprise

I need to know how to sort my authors into their respective categories I have a mysql table with the authors details and another with the categories this is my code to get the info from the tables (i realize I spelled category wrong in my database) [CODE]$sql = 'select …

Member Avatar for jrivera
0
115
Member Avatar for anirban1087

Hi, I am working on a project where I have to deal with hierarchical data. The data looks like Member-1 | --------------- | | member2 member3 |---------------| | member4 member6 ---------------- | | member7 member5 I have searched a lot to find a good solution to store this data, but …

Member Avatar for anirban1087
0
104
Member Avatar for Awah Mohamed

hey people i want to create a vedio chatting i know how to create a php/mysql chatting but i dont know how to create a vedio chatting do i need to learn another lamguage or php is okay. will i need flash?? how can i acccess the webcam from a …

Member Avatar for Awah Mohamed
0
107
Member Avatar for GreaseJunkie

Hey folks, I use: [CODE]<? require_once('tpl/head.tpl') ?>[/CODE] in one of my sites, but I frequently need people to share certain articles on FB, but I'd also like the relevant image for each, respective article to appear as the FB thumbnail. Is there a way I can write [CODE]<link rel="image_src" href="http://www.website.org/thumbnail.jpg" …

Member Avatar for GreaseJunkie
0
129
Member Avatar for waveydaveywaves

i've successfully developed a page where i can echo a `$_SESSION['SESS_MEMBER_ID']` and display the member id of a person who is logged in. however i need to display all the data of two mysql databases that are relational. $sql = "SELECT * FROM `members`.`players` WHERE `member_id` = 3 LIMIT 0, …

Member Avatar for waveydaveywaves
0
152
Member Avatar for Joe34

Let's say I have a huge variable called $file $file contains thousands of lines of html, css, javascript and more. But, I want to be able to find all of these link and edit them. I want to only edit the ones that don't have a domain name. Example: I …

Member Avatar for Joe34
0
181
Member Avatar for ameena104
Member Avatar for HG&C
0
68
Member Avatar for lit108

I have created a login system with some validation which all works fine, however I want to be able to create a session when the user logs in and then store this session information in a table that I have allready created. The table has the following values id ip_address …

Member Avatar for ice_k99
0
199
Member Avatar for progurammaar

Hi there i need to create a fully functional website. Please suggest me a CMS that will help me do so. I mean joomla and wordpress are goo if you want to make blogs. Secondly, i would like to know how to send mails through php using local server and …

Member Avatar for chrishea
0
131
Member Avatar for hicman

hi every one I'm new and it really interesting what's happening here !! Well I'm a beginner in PHP , the problem is that when i use print_r($message) or echo in the same page where I call header I got this message [QUOTE] Warning: Cannot modify header information - headers …

Member Avatar for hicman
0
282
Member Avatar for heshanm

Hi all, I want to validate username and password in the [B]same page where login form exists[/B]. I have this coding and if username and password not matches it redirects to "try_again.php" page. Instead of that i want to show the validation ( "Invalid username or password") in the same …

Member Avatar for heshanm
0
4K
Member Avatar for opticblaze

Hello, I have an If statement that i want to use to determine whether the variableis a integer or not. The example below does not work but illustrates what i would like to be able to do: [CODE]If($x/4==[COLOR="Red"]interger[/COLOR]) {echo ("this is a integer");} else {echo ("This is not a integer");} …

Member Avatar for opticblaze
0
111
Member Avatar for swapnathomas

hi all, i need to export highchart to pdf format using server side code(asp.net/c#). i dont want to use highchart controls in-built export functionalilty. also i want to export multiple highchart to pdf in sigle click. if anyone knows plz help me.......... thaks in advance.

Member Avatar for pritaeas
0
32
Member Avatar for rumahsolusi

can anybody help me to make , for example : i check crawl spider my webpage part one through the check metatag website but the results after checked from webpage part two

Member Avatar for rumahsolusi
0
61
Member Avatar for aitha

Hai I have a webpage in facebook, to generate login button to my site i need apps id, how to get apps id from web page. Is it necessary to go through the application developers to get apps id? Thanks in advance

0
58
Member Avatar for bbinais

Is it possible to create grid view in php?Or any thing equivalent to that?What i actually want is to query the database(mySQL) and print the result in a table form on the web page. and when i click any column i want to redirect to another page Any help would …

Member Avatar for Shanti C
0
87
Member Avatar for nyler01

Please help.. i need a script for this problem. i have 2 different departments, one is accounting and the other is payment. it should be the accounting page will create a transaction and when the transaction has been done, the webpage of the payment department will automatically show that there …

Member Avatar for rje7
0
114
Member Avatar for lisaroy1

I am a HTML and Java Programmer and now i want to learn PHP so can you help me with the Basic Knowledge of PHP,I have heared it is quite siimilar to HTML is it True.So can anyone tell me some good books and site from which i will get …

Member Avatar for Shanti C
0
108
Member Avatar for smchauhan

Hi, I m developing a web application for video streming, but my client requires that as the user loging or singin in the site the web cam must be start automatically, and if the hardware is not found than a prompt must be displayed that "Your system doesn't support webcam …

Member Avatar for vicfen2k9
0
111
Member Avatar for owaka

I want to develop a website for a bus online booking system using dream weaver.pls help me guys

Member Avatar for ecmcircle
0
114
Member Avatar for andrewliu

Hello if my page outputs a certain item number from my database, how do i put that item number into my javascript? [CODE] '<div class="update".$item_id.">'; [/CODE] say i have $item_id and it various how do i put it into javascript code? would it be the same thing? I can just …

Member Avatar for andrewliu
0
151
Member Avatar for cristi08
Member Avatar for debayanmitra

I'm stuck in a problem.. I want to use two combo let Country and City, where City list depends on the Country combo, How can I don do it with HTML and PHP only? Thanks.

Member Avatar for Shanti C
0
113
Member Avatar for airick10

I have two separate pages. One page I'm using some UPDATE queries and the second page uses an INSERT query. Neither are updating my database. I can read the database from php, but not update it. Is my syntax correct? I know I can make it more efficiant, but I …

Member Avatar for chrishea
0
138
Member Avatar for ON_Jtharpe

Hi Guys I am new to PHP and slowly learning. I have a piece of code that I need some help with. I am trying to take user input and use it to query data from a table in MYSQL. I know all my connections are working because I can …

Member Avatar for lyrico
0
232

The End.