39,320 Topics

Member Avatar for
Member Avatar for mpierre

Hello Every one, im in a need for some help i have the following issue : ---[B] Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Hosting\00000\html\index.php on line 10[/B] this is what the code looks like Can some one please assist me on what is wrong …

Member Avatar for venkat0904
0
90
Member Avatar for arushibafna

hey, while working on my project, i encountered a problem .here's the description- a teacher is required to insert marks of 15 students.( 15 is just the random no. , it can vary) . so a page is displayed with the roll no. and names with a text box in …

Member Avatar for venkat0904
0
179
Member Avatar for veledrom

Hi, Is there any chance of resizing gif, tif, bmp, jpg, png I know that we can jpg files. Thanks

Member Avatar for venkat0904
0
90
Member Avatar for futhonguy

Hi, I had developed a viewing table from mysql database using php and it is showing me the whole list of contents in a single webpage. I would like to know if there anyway i can actually split the contents into multiple pages for easy viewing?? Your help is greatly …

Member Avatar for futhonguy
0
2K
Member Avatar for kjelle392

Hello friends! I'm just beginning with JavaScript (and Ajax). My loginscript now works with Ajax - that is; the script is sending a request to the servers PHP script to check username and password, but I wonder what that script should return - and how to use that response. Either …

Member Avatar for ryan_vietnow
0
353
Member Avatar for lifeworks

hi im not sure if this is a php issue, or a doctype thing - im using the 'strict' doctype... all of the apostrophes (') in my text are being swopped out for black diamonds with a question mark in them...? Huh?

Member Avatar for Airshow
0
95
Member Avatar for Webbg

I can't get my select query correct. I have 4 tables and 2 foreign keys. Here are my table structures. [iCODE] movies movieid int unsigned not null auto_increment primary key moviename varchar directid int unsigned # foreign key to directors table date adddate genres genreid int unsigned not null auto_increment …

Member Avatar for diafol
0
60
Member Avatar for dmkc

Hi guys, Ok, so I'm using the code below to display the fields from a table on my webpage. I used some code to paginate the results as there's a lot of records, however I can't seem to get it working properly, and I'm going crazy trying to work out …

Member Avatar for kireol
0
115
Member Avatar for bimaljr

Hello I am creating a big website and some of php file will be bigger than 1MB So, I want to know what is max file size of .PHP file to execute or include. Thanks

Member Avatar for samarudge
0
75
Member Avatar for valonesal

Ok so I have a bit of code. [CODE]echo "<span class='sortstyle'><strong>Average rating:</strong> "; while($row = mysql_fetch_array($result)) { $rating1 += $row[rating1]; } $avgrating = round($rating1/$numberofrows, 2); echo $avgrating." / 5</span><span class='sortstyle'><strong>Total reviews:</strong> ".$numberofrows."</span>"; }[/CODE] I want this to display the values from my database but from different rows so I tried. …

Member Avatar for kireol
0
75
Member Avatar for momo219

So... I have a 2 Table (mysql) Db. Table 1 = (sub)Menu, Table 2 = Images per (sub)Menu. Typical scenario - new.php - loads a form with a MENU ADD form, and a List of current Menus (with Edit and Delete). Edit loads Edit.php, with MENU Edit form (id got …

Member Avatar for momo219
1
1K
Member Avatar for K0ns3rv

Hello daniweb. I am currently involved in a project were we need to be able to generate confirmation mails, our original thought was to code an html mail, but we quickly deserted that idea. Therefor I need a powerful yet simple PDF class for PHP. I have no greater interest …

Member Avatar for venkat0904
0
89
Member Avatar for sammoray

this problem is too old with me please try to help I made online users table in db and when user is logging in . the code is [COLOR="Red"]$sql="insert into online_users(username) values('".$_SEESION['username']."')"; mysql_query($sql);[/COLOR] but I couldn't specify the users who went offline to delete them from the table please help …

Member Avatar for phpuser
0
82
Member Avatar for ampLife

please help me with this:), what i wanted to do is to retrieved all the values in table per row. how do i do this? in checkboxes.please help. heres my code: [CODE] echo "<td><input type='checkbox' name='enrolldis[][][]' value=''></td>"; echo "<td>$secname</td><td>$subjcode</td><td>$subjname</td><td>$schoolyear</td><td>$room</td><td>$days</td><td>$sectime</td><td>$slotavailable</td><td>$unitload</td>";echo "</tr>"; [/CODE] how do i put values in arrays of checkboxes? …

Member Avatar for diafol
0
96
Member Avatar for vishalonne

hi every body I have written a code for deletion of records from database. my navigation path is like this 1. [COLOR="Green"]member.php [/COLOR](for selecting the delete option from menu) 2. [COLOR="green"]deleteadministrator.php [/COLOR]( for entering id of customer and search for the record if reord found then to click on delete …

Member Avatar for vishalonne
0
131
Member Avatar for vishalonne

Dear Php Experts I created few php file : [COLOR="Green"]Login Page - loginform.php[/COLOR] this page takes user id and password and fetch department from database then it post them to : [COLOR="green"]Checking File - userchek.php [/COLOR] where session is created if id password and every think goes fine other wise …

Member Avatar for vishalonne
0
7K
Member Avatar for BzzBee

I have a contact information form where users come and fill their info. There are different fields on form like name, email, phone no. ect. i don't want to let user to enter that detail again and again. i want to set cookies so when he/she will open that form …

Member Avatar for venkat0904
0
628
Member Avatar for mudunuru

How to use Ajax for thumbnails navigation.The thumbnails have been genereted by PHP.

0
76
Member Avatar for jcanaway

Hello Every on i have wrote some scripts for my website and i am getting Undefined variable Notices on a couple Variables like exampled below [CODE] $i = 0; foreach($value as $row) { $content .= "<option value=\"".$i."\" ".$selected.">".$row."</option>\n"; $i++; } [/CODE] now every time i view the page with the …

Member Avatar for ko ko
0
224
Member Avatar for mr_scooby

Can ignore other post not sure why i closed it, not solved lol, not enough coffee too much looking at php anyway. I have this form I'm working on and found something interesting attempt1 this way works exactly how I want, which is nothing in the input boxes and no …

Member Avatar for cwarn23
0
187
Member Avatar for shishtawitch

if i have following link [CODE]<a href="#Next/?s=5">Next Value</a>[/CODE] If i click on Next Value the address bar url will be [CODE]http://www.domain.com/#Next/?s=5[/CODE] then how can i get the value of s

Member Avatar for FlashCreations
0
148
Member Avatar for freshfitz

I have a simple gallery script in flash that has a php admin. The login works in firefox but no IE it redirects you right back to the login page can anyone figure this out it's 3 files index.php admin.php config.php the index.php redirects you to admin.php. index.php [CODE]<? $login=$_POST['login']; …

Member Avatar for diafol
0
152
Member Avatar for smartspriggs

I have a .phpfile in the xamp/php/www folder but can't get it to work with lofalhost.

Member Avatar for diafol
-1
93
Member Avatar for newbie37

I am stuck. I have a beginning php class and have run into a wall. Any help will be appreciated. here is the from that is submitted for paycheck calculation: <!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> …

Member Avatar for FlashCreations
0
475
Member Avatar for foxwizzy

is it posible to increase a mysql table default value to increase by a number based on another number E.X. i have a default value set to 10 how do i increase it by 1 every 3 minult also if i add a new number "3"(in a box or text …

Member Avatar for diafol
0
93
Member Avatar for shishtawitch

how can i create a php page where the page is gone refreshed automaticly without reloading page and user could see other users activity just like facebook.................!!

Member Avatar for jcanaway
0
56
Member Avatar for sam023

i have a data in mysql in this format.. 1,2,3,4,5,6... can i split and show this data in this format in mysql?? 1 2 3 4 5 6 thanks ijn advance

Member Avatar for diafol
0
231
Member Avatar for Cy137

[CODE]<?php //Distance Function function distance($findId, $userToSearch, $userids, &$nodes){ $searchquery="SELECT '($findId)' FROM 'users' WHERE userid='($userToSearch)'"; $queryResult=mysql_query($searchquery); while($blah=mysql_fetch_assoc($queryResult)) { $result=$blah["$findId"]; } if($result == '1'){ return 1; } else{ $userToSearch=array_pop($userids); if($userToSearch!=NULL){ $count=(distance($findId,$userToSearch, $userids, &$nodes)+1); } return $count; } echo "Search Failed. <br>"; return 0; } $SQL2 = "SELECT userid FROM `users`"; $query2=mysql_query($SQL2); while($userid_temp=mysql_fetch_assoc($query2)) …

0
64
Member Avatar for ryy705

Hello, What permissions should PHP files have on a unix/linux system? Is 655 appropriate? Many thanks in advance.

Member Avatar for diafol
0
82
Member Avatar for unixmonkey

Hi Guys, This isn't really the right place to post this, but there doesn't seem to be a right place, so here it goes! I'm running a bunch of subversion repositories (one repository per project) over http (using apache). One of the repositories is a shared_classes repository that stores shared …

Member Avatar for unixmonkey
0
103

The End.