39,326 Topics

Member Avatar for
Member Avatar for apollokid

Hi, I was wondering if someone could help me out? I am trying to display the 5 latest rows in my database. Whenever I add a new entry it will replace one the divs. The issue is I want slider$v variable to count down from 1-5 because it would be …

Member Avatar for jimforsyth
0
94
Member Avatar for ddellostritto

Hi all - I've created a form to create events, but I can't figure out how to insert the date of the event properly into mysql (I'm not interested in inserting the time the register will be created, as that would be timestamp). I've got the column set as datetime …

Member Avatar for ddellostritto
0
163
Member Avatar for flinthabbit

Hello all, i have a strange problem, i use a multi files uploader on javascript and flash [URL="http://code.google.com/p/pirozek-yaps/source/browse/trunk/pirozek-yaps/plugins/uploadify/files/?r=30"]http://code.google.com/p/pirozek-yaps/source/browse/trunk/pirozek-yaps/plugins/uploadify/files/?r=30[/URL] SWFUpload jQuery Plugin v1.0.0 Copyright (c) 2009 Adam Royle. This is that script, and when i use [CODE]mysql_select_db()[/CODE] function in script for add url of uploaded file to database the status on …

Member Avatar for flinthabbit
0
114
Member Avatar for freakunleash

Hi All, I'm very new to PHP and MYSQL and I'm having hard time trying to insert data from PHP form in MYSQL DB. I'm able to echo out the output on webpage but i'm not able to figure out how to insert the data in DB. Please help me …

Member Avatar for freakunleash
0
212
Member Avatar for kishanillur

I am building a website using PHP. I need to be able to send SMSs(Messages) from my site to mobiles using some free sms service providing site like ways2sms.com. I don know how i can accomplish this task. Can anyone help me....?

Member Avatar for sudeepjd
0
111
Member Avatar for lifeisboost

I have a simple value that is in a URL that must be kept for browsing a back end i have developed. So any form that is submitted must carry what ever the config= is. The URL value is ?status=17&config=6 This works fine on every page by the use of …

Member Avatar for sudeepjd
0
120
Member Avatar for ayesha789

Hi, I am in a company where SMTP is currently not available and port 25 is also blocked, Therefore I have choosen to send email via PHP Mailer Class but whrn I setup everything its giving me error... Second I did not understand this line [ICODE]$mail->IsSMTP(); // telling the class …

Member Avatar for ayesha789
0
2K
Member Avatar for ddellostritto

Hi all - I need some help w/something that I'm not sure what the proper technique is. [B]How to deal with 'dynamic' forms?[/B] I'm working on an event registration form, where the person who registers normally registers their team members, so the number of team members could range from 1 …

Member Avatar for ddellostritto
0
704
Member Avatar for [omega]

Hi there, I am totally new to neural networks and am trying to train a network now. I am using a php script from tremani.nl for the neural network. Now what I wonder is that. How long does it usually take to train a network? I mean I am training …

Member Avatar for waisalima
0
318
Member Avatar for Imratzio

I created a admin page for adding editing and deleting items for making a e commerce site. Adding items is fine but can't seem to delete them. It does not show an error but I included a print_r($sql); and prints an error [CODE]<?php session_start();//works with session cookies, helps have persistant …

Member Avatar for Imratzio
0
2K
Member Avatar for anita_86

Hi again!!I wanted to know that is it possible to backup the mysql database just by running query?I am trying to find out the code so that if a user clicks backup button, the whole database will be stored somewhere.

Member Avatar for smantscheff
0
71
Member Avatar for Powerponken

Hi, I have received a web application that needs to be upgraded for IE8. IE7 has been used earlier showing no problems but when testing with IE8 there were a lot of strange things showing up on the screen. I have managed to fix most of them that I have …

Member Avatar for Powerponken
0
192
Member Avatar for blackxswil

I have a web page where it has: 1. A search button 2. two iframes Lets say I press the search button, the result page will be displayed on the first iframe. the result page has a picture link where if i click the link an image will be displayed. …

Member Avatar for blackxswil
0
91
Member Avatar for ptara1

I'm trying to display a picture stored in a msyql database. I have the following script, picscript.php, to call the picture from the database: [CODE] <?php $username = ''; $password = ''; $host = ''; $database = ''; mysql_connect($host, $username, $password) or die("Can not connect to database: ".mysql_error()); mysql_select_db($database) or …

Member Avatar for ptara1
0
112
Member Avatar for rajeesh_rsn

Hi friends, I want to delete an element from an array and re order the array ie [ICODE]$myArray=array('a','b','c','d'); echo $myArray[1]; // print b;[/ICODE] I want to delete [ICODE]$myArray[1][/ICODE] From $[ICODE]myArray[/ICODE] and re order the array So that [ICODE]echo $myArray[1]; // Return c insted of b[/ICODE] Thnaks In Advance Rajeesh

Member Avatar for Agarsia
0
147
Member Avatar for dhairyaguptha

I have a form loaded with table values from database. The form is embedded in php page because it is coming as result of AJAX request. I want to update the data in the same form and return to the table in database. the process is working overall. But when …

Member Avatar for dhairyaguptha
0
13K
Member Avatar for alafift

[B]Can somebody help me to retreive one or more checkbox values from the database using php and MySQL? Thanks and I appreciate that.:)[/B] In checkbox.html file the checkbox as follow: [CODE] <form method="post" action="Process.php"> <fieldset> <legend>Choose feature(s) to search for apartment</legend> <table border="0"> <tr> <td><input type="checkbox" name="feature[]" value="walkincloset">Walk in closet</td> …

Member Avatar for sudeepjd
0
6K
Member Avatar for jrotunda85

I am creating a login script and I need to check that the username and e-mail don't current exist in the database otherwise it will print an error. I've tried the following but it's not working: [CODE=php]//Create Username Array $SQL = "SELECT Username from user" $Result = mysql_query($SQL); $Array = …

Member Avatar for Javvy
0
270
Member Avatar for El Pirata

The idea is pretty simple: Where the timer is made in Javascript, when it reaches zero it performs a query in PHP that alters the database value to add 1. The problem is that the timer in question must not be reset with page refresh, just like any browser based …

Member Avatar for sudeepjd
0
116
Member Avatar for luweegee

This code is to update the record into the database. Assuming there's a record that you want to edit, when you submit the button the page looks nothing happened because you need to refresh the page before appear the output here's the code. Help me guys pls... sorry for my …

Member Avatar for lyrico
0
190
Member Avatar for ptara1

I'm a php noob and I have a feeling that there is a simple solution to my question. I have a php mysql table search that returns a result sucessfully. What I would like to be able to do is select one of the results to be inserted into a …

Member Avatar for ptara1
0
176
Member Avatar for Mapper99

Hi there, I am trying to get ldap_modify to change an attribute in my Active Directory. [CODE] $activeUser="Test Guy"; $floorname = "First Floor"; $entry[physicaldeliveryofficename] = $floorname $results = ldap_modify($ds,"CN=$activeUser,OU=Test,DC=LDAPSERVER,DC=COM", $entry); if (TRUE === $result) { echo "The entry was successfully modified."; } else { echo "The entry could not be …

0
106
Member Avatar for jrotunda85

I have set up a DB which uses a Code table to store numerical values that correspond to a "Description" of the cigar. For example, a Cigar made in the Dominican Republic would be stored in the DB as being made in "80004." I'm not completely immovable on the Code …

Member Avatar for smantscheff
0
2K
Member Avatar for MoreBloodWine

The below block of code generates stuff like the below array but here's where it gets somewhat interesting. I took the legend and turned them all in to variables because of what I would like to have done which I will now describe below. Of the four arrays that this …

Member Avatar for jimforsyth
0
130
Member Avatar for uopdom

Hi, I've been racking my brain for the last few days to figure out what is wrong with my PHP coding. I've managed to get the default value from my combo box into my database, but when I change the option it is breaking on me. I have reduced my …

Member Avatar for uopdom
0
831
Member Avatar for dudzkie

Hello! hello i'm a newbie learning php scripts, so here's my question i query a data from my database, the list i query was way too long, how can i make the list much more shorter? I want it to like to show 10 data list and on the next …

Member Avatar for jimforsyth
0
71
Member Avatar for designalex

hi, if got a strange problem, im developing on localhost, if i try to upload a gif image windows give me the following error message: [B][I]Apache HTTP Server has encountered a problem and needs to close. We are sorry for the inconvenience.[/I][/B] and then it opens the windows downloader and …

Member Avatar for designalex
0
86
Member Avatar for bangla

Hi, I am using xampp 1.7.3. Downloaded in c/program files. when i click xampp_start.exe, i get a window saying "starting xampp..". then disappears. Then i click stop_xampp, it comes and disappears in one sec. Can you pls tell me what i should do? Thanks.

Member Avatar for petkovski
0
113
Member Avatar for lulemurfan

Hello, I have been moving my websites from one server to another. On my old server I was able to send php header information in the middle of a php document (part of a logon form). My new server just shows 'Warning: Cannot modify header information - headers already sent …

Member Avatar for jimforsyth
0
93
Member Avatar for banmikko

hi every! im a newbie and im stocked with some edit codes,. can u make me a code on how to edit records with images? i really need it now. If u can, then it is very much appreciated. here is my database and table CREATE DATABASE db1; CREATE TABLE …

Member Avatar for smantscheff
0
102

The End.