39,393 Topics

Member Avatar for
Member Avatar for bdcd

Hello I'm new to PHP, here's what I'm haveing trouble with. I'm using php to display a gallery in a directory and delete the images, but I get an error when I try to use the delete button and I don't know why or how to fix it, can anyone …

Member Avatar for bdcd
0
1K
Member Avatar for jencinas69

Hello I need to get data from a database and write the db dump to a server as txt file any ideas?

Member Avatar for jencinas69
0
111
Member Avatar for e_velkova

Hi! It's really a silly question, but i've tried many ways to do it and it's still worthless.... :( I have a form: [code]<form action="jobapp.php" method="POST" name="app"> Please, enter your name: <input type="text" name="applicant" /><br /> Please, enter your telephone number: <input type="text" name="telephone" /><br /> Please, enter your e-mail …

Member Avatar for e_velkova
0
260
Member Avatar for Cobber

Hi, I have spent hundreds of hours fixing errors with my phpauction GPL V2.51 script I bought. A lot have been cosmetic but this one is causing onscreen errors and making the page extremely slow to load. To cut a long story short, if the thumbnail image a customer is …

Member Avatar for PomonaGrange
0
157
Member Avatar for ishlux

Hi all, [code=php] $selcount = "SELECT * FROM autoalto_mail as a1, autoalto_contractor_sentitems as a2 where a1.flag=a2.flag='1' " ; [/code]

Member Avatar for Shanti C
0
85
Member Avatar for ishlux

Hi all, I have created an inbox......which will show list of values...... if some new data added in inbox......it will be the last in the inbox table. i want the new entries should appear first. can u help me out...........

Member Avatar for saikishore
0
73
Member Avatar for adslgeek

Hi there, If someone is able to help me out, I will be forever grateful! All I am getting from the code is: Resource id #3 The SQL works sweet and is returning the correct result.. [URL="http://www.adslgeek.com/ispsearch.php"]http://www.adslgeek.com/ispsearch.php[/URL] [code=php] //IMPORT ISP DETAILS $sql="SELECT `ISPName` FROM `isps` WHERE `ID` = 4"; $result …

Member Avatar for Shanti C
0
146
Member Avatar for ishlux

Hi all, I have created inbox, sent and Trash......now The deleted items in inbox is going to trash,,,,i mean i written the query only concerned with inbox......but now i want the deleted items of sent should also go to trash...... how can i write that query........... I have written like …

Member Avatar for Shanti C
0
90
Member Avatar for lydia21

hi can u please tell me how to convert html page into word document so tat the user can download the page in html format

Member Avatar for mexabet
-1
96
Member Avatar for mcx76

Hi, First thank you very much in advance for every one. I want to add "WYSIWYG web page editor" on my <URL SNIPPED>website. I want to add on post page. Thank You.

Member Avatar for wulawula
0
108
Member Avatar for veledrom

Hi, I have a form with 3 submit buttons. This is what i want; Click on button1, form action becomes 1.php Click on button2, form action becomes 2.php Click on button3, form action becomes 3.php I dont want to enter action manual. How can we do this? Thanks

Member Avatar for wulawula
0
3K
Member Avatar for Chaosbreaker

Hi I have a problem that's been bugging me. I created a page to display all my data. At the same time, I also incorporated 'filters' by using dropdown menu selection. Code snippet attached:- [CODE]<?php session_start(); require("db.php"); if (isset($_SESSION['SESS_CHIA_LOGGEDIN']) == FALSE) { header("Location: " . $config_basedir); } else if( $_SESSION['SESS_CHIA_GROUP'] …

Member Avatar for wulawula
0
180
Member Avatar for s1a9r8a0

Hi, I am a learner of PHP. i want to know how to Write file names from a folder in drop down?. I have the multiple .xls file in that folder. please any one help me.

Member Avatar for Shanti C
0
27
Member Avatar for Shanti C

can any one tel me what is reason behind this error??? Fatal error: Call to undefined function: imagecreatefromjpeg() in D:\web\test\thumbnailcode.php on line 18 and i have already installed GD library in my system... thanks ....

Member Avatar for Shanti C
-1
83
Member Avatar for max2me99

I've a mySQL db with two tables - advertisers and category. If the advertiser is active, I'd like to have the category name appear, with all active advertisers below, and then the following category, etc. Right now I'm testing and have everything active. Quick structure on tables are [B]advertisers[/B] contains …

Member Avatar for nav33n
0
119
Member Avatar for ishlux

Is the where clause is correct....... [code=sql]$query1="SELECT * FROM autoalto_mail where mail_id='".$mailid1."' AND where flag='1'";[/code] I am getting this error after executing this statement. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\xampp\htdocs\demonew\contractor_trash.php on line 220

Member Avatar for Shanti C
0
74
Member Avatar for newbietech

Hey guys I need some help with sorting under headers, Suggestion was made by Professor PC but keep getting errors. I hope to get this solved. I couldn't figure it out. I just keep getting some error messages. I don't know what you're talking about when you mention "><a href="thispage.php?sort=1">Notice …

0
41
Member Avatar for Bulldawg

Sorry, me again. Is it possible to help me with being able to sort by clicking on column headers. And the code again: [code=php]$query = "SELECT firstname, lastname, pilotid1, pilotid2, COUNT(flight_time) AS flights, SUM(block_time) AS block, SUM(flight_time) AS ftime, MAX(date_of_flight) AS date FROM members, pireps WHERE members.pilotid1 = pireps.pilotid2 GROUP …

Member Avatar for newbietech
0
88
Member Avatar for ramseswar

need help to sort the output of database into a tabular output and allowing user to sort the result by ckicking on the header titles of table.........................

Member Avatar for ramseswar
0
74
Member Avatar for ibrahimssani

Hi there, am new to php and i have been trying to upload files from a form to a location on a server ( folder "uploads" on the server), the syntax and everything i am using is right cos i tried using just a form but when ever i use …

Member Avatar for ibrahimssani
0
448
Member Avatar for atplerry

Pls i dont relly want to understand what is really wrong with the code below! I want to insert record into the database i have written one and it is working well for two record but for these is not working. And more so it work anytime it like it …

Member Avatar for PomonaGrange
0
97
Member Avatar for tirivamwe

Hie everyone. Its been a year now using PHP and i think i do understand it now but dont understand what a PHP framework is and what it is used for, how it works, and if its necessary to use it. please help

Member Avatar for mexabet
0
104
Member Avatar for mustafaneguib

ok guys is there any way to submit a form to a number of pages at the same time? can we provide a number of urls instead of just one action attribute? one form send the same info to different pages. i mean something like an email, but it is …

Member Avatar for mustafaneguib
0
113
Member Avatar for justinmyoung

I'm trying pull up data from database, and display it on a table. I used this code before but for some reason it won't work here. Any suggestions? Thanks! It says the error is this line: [ICODE]<?php while ($list = mysql_fetch_assoc($result)) {?>[/ICODE] The error message is: [B]Warning: mysql_fetch_assoc(): supplied argument …

Member Avatar for mustafaneguib
0
228
Member Avatar for ryy705

Hello, In a spam message I always see my own email address in the to: field. How do they do that? They must use the bcc: field to send out the emails. So why do I see my own email address in the to: field? I would like to create …

Member Avatar for mexabet
0
95
Member Avatar for wussa

I have been having a parse error but its ok now.But there is another problem. I can reg and email sent to me for confirmation,. I have confirmed it but when followed link to verify confirmation of registry it said nothing is found. Is this a database error. Thanks My …

Member Avatar for nav33n
0
121
Member Avatar for max2me99

Very new to this. I've set up a MySQL db with two tables. Structure is table_ads with fields id, category_id, name, sort_name, img1, img2, and active table_categories with fields id, category The goal is when page is loaded to have all active (true) names from ads fall below the category …

Member Avatar for max2me99
0
107
Member Avatar for cork

Do some servers support classes and others don't? I wrote a shopping cart on one server and copy/pasted in onto another server and i get the following error: Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in .../classcart/ShoppingCart.php on line 7 This is how …

Member Avatar for buddylee17
0
120
Member Avatar for wussa

Hi, please help me as I can't see to get the problem. I have just transferred the site to my new host. I am getting this problem hitscountersite.com/register.php please help me php coder. Cheers

Member Avatar for nav33n
0
105
Member Avatar for shekki

Hi, I'm having trouble getting this to run. basically I'm trying to get a table to display miles per gallon into liters per 100 kilometers in increments of 10. Every time i run it though, it just displays the table header without any results. Any advice would really be appreciated …

Member Avatar for shekki
0
63

The End.