11,093 Topics

Member Avatar for
Member Avatar for SuperFlyHost

Hello Everyone. My Name Is Michael, I am 22, From Ontario Canada. I have a Wife and One Child, I run while at least try to run a Web hosting business that should be launching this week we are all hoping. I know what some of you may say, that …

Member Avatar for meksikatsi
0
249
Member Avatar for Phaelax

I installed PHPDev5 and can run my php files no problem on localhost. However, since I'm the only who can seem them, I wanted to setup IIS so that my site could be seen by others on the internet. (until i move to an actual dedicated server) I believe the …

Member Avatar for blud
0
86
Member Avatar for bmcgahan

MySQL Experts, I have a UBBThreads forum that uses MySQL for the database. Recently a user's posts were accidentally deleted. We have a backup of the database but unfortunately it's quite old. We urgently need someone who is versed in MySQL operations and preferably is also familiar with UBBThreads to …

0
87
Member Avatar for adromidon

Is there a way to make a admin back end function to delete a MySQL entry after the user has click a button to confirm deletion. I am trying to figure this out using statements and functions but I am hitting nothing but errors

Member Avatar for adromidon
0
142
Member Avatar for nickgallimore

Hi guys, I'm a recruiter working on behalf of a young, progressive UK-based company developing a hosted secure email solution (potentially set to knock MessageLabs off their perch.....), based around Linux, Apache, MySQL and PHP. They're based in Kent and are looking for a relatively junior (2 yrs' experience) Software …

0
36
Member Avatar for dsgnews

Hey folks, I need your help. I stuck with my Database project. I have five tables on the database: These are Room, Guest, Booking, Employee and Admin Room (room_ no, room_ type, price) Guest (guest_ no, Fname, Sname, address,…) Booking (room_no, guest_no, Fname, Sname, arrival_date, departure_date, emp_no, user_name, password) Employee …

Member Avatar for DanceInstructor
0
115
Member Avatar for WRobertson

I've been impressed by MySQL's ability to run as a database on a server with clients connecting using a client-server or web based architecture. I'm now wondering if a version of MySQL can be cost effectively licenced to run with application software (which might traditionally have used a Jet database) …

Member Avatar for nicentral
0
308
Member Avatar for hbmarar

hi, please anyone help me with this.I have a database 'hbm' which contain a table called hitted having 2 columns(id,hit). I inserted a record with id=1. Now i need to query this database. define("hit_TBL","hitted"); "select hit from" . hit_TBL. " where id=1 and LIMIT=1"; throws error. request members to help …

Member Avatar for nicentral
0
113
Member Avatar for enh1105

I'm having trouble figuring out how to query multiple tables. (Note: I've greatly simplified the tables for clarity purposes) I have 2 tables: Invites and Purchases The invites table has the following fields: email & invitee The purchases table has the following fields: useremail & product Invites tables +------------------+----------------------+ | …

Member Avatar for pcschrottie
0
314
Member Avatar for Atomica

I am working on a site for a school project and all I have access to is php and html. I would like to be able to run some MySQL - but I am unable to find a place that will remotly host it for me. Does any one know …

Member Avatar for Phaelax
0
132
Member Avatar for buck_nakie

Hi all, I am learning to write with PHP and am stuck and need some wise souls help. In a nutshell I need to be able to take grab a DB coulmn status and then count how many times it gets updated and output that number to a file and …

Member Avatar for Phaelax
0
86
Member Avatar for buck_nakie

Hi all, I am learning to write with PHP and am stuck and need some wise souls help. In a nutshell I need to be able to take grab a DB coulmn status and then count how many times it gets updated and output that number to a file and …

0
108
Member Avatar for curiousdan
Member Avatar for mediaphyte
0
227
Member Avatar for sencer2000

hi all, before to start,i'm a newbie trying to learn wamp(=windows apache mysql php),i installed everything,everything works fine,but wehn i want to use phpmyadmin,it doesn't work,i see only a webpage with the list of all files and directories under the installation directory of phpmyadmin. how can i solve this?? and …

Member Avatar for sencer2000
0
230
Member Avatar for Grumpy

Ok, heres an odd situation. I've been using a code for a few years to basically add edit, and delte content from my site. I have taken this bit of code and once again am using it to add some content. ARGH! I can't figure this out for the life …

Member Avatar for Killer_Typo
0
235
Member Avatar for vipula

I am very new to php & mysql. i have made a webste with a database in mysql. i have developed a search engine to search my database. I just discovered a weakness in my current search engine. It won't show results if I don't have an exact match or …

Member Avatar for DanceInstructor
0
300
Member Avatar for chrisxkelley

how is access used versus mySQL? i know access isnt much of a web database but what are its advantages/disadvantages over mysql?

Member Avatar for Drew
0
84
Member Avatar for raml

I am using PHP 5 and I ran into a problem using $_SESSION and session_start() because they do not store values. I have the register_globals option set to Off and the session.auto_start set to 0. I am running apache 2.0 on my computer (Windows XP) as a test server through …

Member Avatar for Toba
0
185
Member Avatar for Dani

Hey guys. As you may or may not know, we're currently running a donation drive. With the increasing traffic coming to DaniWeb, we're currently investigating the idea of actually purchasing a second dedicated server, so that we can have one server for Apache/PHP and another server for MySQL. Currently, a …

Member Avatar for Young Teck 06
1
337
Member Avatar for mick19681999

could someone provide me with the sql for the following code: Dim i As Integer Dim countvar As Integer If Number_of_Panels.Text > 1 And Number_of_Panels.Text < 27 Then For i = 1 To Number_of_Panels.Text countvar = (countvar + 1) Project_Number.SetFocus MsgBox Project_Number.Text & countvar Number_of_Panels.SetFocus Next i Else End If …

Member Avatar for william_stam
0
111
Member Avatar for pgroover

Okay, not new to MySQL, or PHP, but I'm really lost on this one. I have a query (simple one really) that is supposed to return the requested values from a database. I've tested the query with MySQL direct and it works fine, but when used via the web interface, …

Member Avatar for pgroover
0
107
Member Avatar for sweet_jam_in

I am using mysql 4.0 server. But in the database I can not use special characters (i.e. latin characters, root sign etc.) or can not use superscript or subscript. In the front end I am using VB. When I am copying the text from Ms word and pasting it the …

Member Avatar for DanceInstructor
0
130
Member Avatar for mick19681999

hi folks, i am creating a database in access 97. I have designed 5 different forms which are all linked to the same table. the forms share some of the same fields but not all, except for the admin form which sees them all. my forms are made up of …

0
74
Member Avatar for endusto

how would you check if a value exists in a database? i want to use this for ip blocking so it will check if your ip is on the list and if so, it will not let you access a specfic page.

Member Avatar for Phaelax
0
87
Member Avatar for dillon

There is only so much one can do with a database. The basic requirment is to add delete search display and go somewhere with the information. The better DB have images. I can write all the wants that a web master has but there is no way (at present) I …

Member Avatar for Gnome_101
0
118
Member Avatar for Morgoth

i'm having a problem with my SQL query. i'm trying to create another column with values based on the values of the other columns and call it sTitle. Every time i try to execute my SQL statement it brings back this error: Illegal mix of collations for operation 'concat' Error …

Member Avatar for Phaelax
0
108
Member Avatar for Ajaxxx

I have the following code: [php]$rebate_query = tep_db_query("select * from " . TABLE_REBATES . " where product_id = " . (int)$HTTP_GET_VARS['products_id']); $rebate_information = tep_db_fetch_array($rebate_query);[/php] This should return only 1 row of data I have this code - " [php]$rebate = $rebate_information['rebate_amount'];[/php] " for extracting the rebate amount. For the life …

Member Avatar for Gary King
0
177
Member Avatar for Luckasoft

Dear friends! We are asking your opinion on alpha-version of our MySQL Client Some people ask what is the point of yet another My SQL client (there are dozens of them). We see our niche as low cost solution-a set of several tools with everything a web-master might need. It …

Member Avatar for Gary King
0
163
Member Avatar for msimonds

Dani has given me permission to post this here I co-developed a flash poll sytem that uses php/mysql for the anyone to download IF you go to my site: [url]http://www.sportsrant.com[/url] ou can see it in action on the right side or [url]http://www.uoptoday.com[/url], you can see it in action on the …

Member Avatar for Hansybear
0
463
Member Avatar for thetechcafe.net

Hi Everyone, my name is John, and I am the owner of thetechcafe.net. I decided to learn PHP & MySQL, so I did a google search for PHP Forums, and I found Daniweb. I also remember seeing DaniWeb today on Admin Zone.com. I'm going to pick up a few books …

Member Avatar for Scribbller
0
73
Member Avatar for hexstar

Hello, I've tried all I can think of to get CommuniGate to relay smtp email so people I host can use the php mail() function. However despite my efforts mail in the que for sending through smtp times out. CommuniGate resolves the mail servers dns names and IPs but returns …

Member Avatar for Thong_Ispector
0
121
Member Avatar for spyder

Helo everyone, I have installed a php directory script similar to this at: [[url]http://www.dentalarticles.com/directory/add_url.php?c=303][/url] and I wonder if someone could possible tell me how to add 3 additional fields to the submission form. Is this something that could be done by someone with almost zero programming knowledge? !!! Thanks all.

Member Avatar for paradox814
0
84
Member Avatar for boham

I have a web portal from a buddy's website using PHPNuke that I administer. The site has user accounts for the site itself and for the forums. I recently purchaced my own domain and am currently designing it the same way using PHPNuke. Is there any way I can transfer …

Member Avatar for boham
0
159
Member Avatar for Stick

I have a web page that prints a number from a mysql database. Can anyone tell me how to show this number as a percent? Does it need to be formated that way in the database table? or Can I format it that way using the printf function at the …

Member Avatar for RamiroS
0
444
Member Avatar for stemi

Hi all, I have a problem with trojan Horse Downloader.Dyfica.BP. AVG antivirus finds it in C:\Windows\nem214.rar. I tried many removal programms but I can't delete it. What can I do? Below is the Hijackthis Log file. Thank you in advance! Logfile of HijackThis v1.99.1 Scan saved at 12:47:38 πμ, on …

Member Avatar for crunchie
0
176
Member Avatar for Dreadlord

Hi folk I have this hotoffers since 2 days now.. and it is really iritating me indeed I have followed the advise in the previous topics, but it seems I just can't get rid off.. sometimes it is gones, for like an hour and 2 and then it come back.. …

Member Avatar for crunchie
0
496
Member Avatar for Serp

I'm trying to figure out if this is possible, and cannot find any information about it. Specifically what I want to do, for example, is allow a web-based user to search for a particular value in one field the first time around. If that returns an overwhelming number of results, …

Member Avatar for edshuck
0
164
Member Avatar for tom2169

I purchased a pre-created website that was written in php. I changed hosting companies to 1&1. After that a conflict with phpMyAdmin started and I don't know where to go in my code to point to mysql correctly. If anyone knows php or mysql that can help me out it …

Member Avatar for DanceInstructor
0
132
Member Avatar for RamiroS

Hi, my name is Ramiro, I heard about DaniWeb from another member (Tapanti) he is a friend and co-worker. What can I say... I'm interested in PHP / MySQL Development, Web Design, CSS, music and Communities. I'm always searching to participate in more internet communities like this one... I think …

Member Avatar for Dani
0
79
Member Avatar for Stick

I have a mysql database that has three tables. customers, orders, and order details. I want my customer to logon using a username and password that will show a list of his current orders. From there I want to be able to click on any given order and see the …

Member Avatar for RamiroS
0
170
Member Avatar for androstendione

hi im new to php/mysql i have developed a code in asp and converted it to php with asp2php programme. the original solution asp/sqlserver iis works fine..the new solution will be a iis php mysql. mysql server works fine iis works fine however the php wont let me connect to …

Member Avatar for androstendione
0
406
Member Avatar for user12345

I have a .php file that reads an .rtf file on my server and uses str_replace() to replace certain variables within the document. I can do that fine, but I am having trouble writing more than one element to a single variable...i.e. I am pulling several products from a mysql …

Member Avatar for Gary King
0
79
Member Avatar for ruffy

I run a [COLOR=Blue][B]WIN2000[/B][/COLOR] box with [COLOR=Blue][B]MySql 4.0.23[/B][/COLOR]. I tried installing once and failed, but DID manage to get past the initial page. [B]The failure came when I tried to log in to configure phpBB2[/B]. So I tried some other forum software and failed there too. I decided to come …

Member Avatar for Zachery
0
516
Member Avatar for yinsw

Recently I had been infected by this virus that try to write 2 files(autorun.exe and autorun.inf) whenever I insert a CD into my cd-rw. I've manually removed most of the files which is hidden. When you run the autorun.exe file, it will create a file called Crazy-Frog.html and a bunch …

Member Avatar for yinsw
0
136
Member Avatar for RobL

This may sound stupid but I am very new to MySQL. I am thinking of using this for a database driven site on a Linux server with a new, (hopefully more reliable) host. My current host can supply a MySQL database for £25.00 per year, (seems too cheap) my proposed …

Member Avatar for Gary King
0
231
Member Avatar for gherna1

Hi! This is gherna1 (please excuse the lack of glamour in my ID). I'm an old dog who wishes to learn new programming tricks! I just downloaded MySql 4.1, and now would like to learn some PHP to go along with it. I have several years of combined mainframe and …

Member Avatar for Dani
0
58
Member Avatar for junvalasek

I want to install my own php script into my server (shared) but the moment I test my page, the following errors occurs. [CODE]Warning: main(): Unable to access ../includes/global.php in /home/linkme2u/public_html/paidmail/site/index.php on line 3 Warning: main(../includes/global.php): failed to open stream: Permission denied in /home/linkme2u/public_html/paidmail/site/index.php on line 3 Warning: main(): Unable …

Member Avatar for DanceInstructor
0
167
Member Avatar for shortd81

I'm getting ready to make a database of my baseball cards and wanted to know how would I go about making a searchable database of my cards?

Member Avatar for Gary King
0
133
Member Avatar for JavaHead_Jonnie

I know how to do MySQL connections, queries etc. with PHP but I want to do some MySQL stuff with an offline language - I know C++, VB and Java - but I'm not sure which one to do it with. Is it even possible? Can someone please recommend one …

Member Avatar for Gnome_101
0
87
Member Avatar for kevin_smithers

Hi, I have a small problem I have a flash game SWF file not the fla and it sends and recieves values from a PHP file send - update and recieve is INIT Great except the person who gave me the SWF and PHP file did not tell me how …

Member Avatar for kevin_smithers
0
231

The End.