- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
I'am a freelance programmer, IT and STILL A STUDENT (i consider myself because in my school, it's my way to earn money) and i do it as a hobby. Obviously i'm trying to improve myself more in programming(which i enjoys a lot), i'm pretty sure there are…
- Interests
- I like to play Football(FIFA 13 and Football the game itself), and also i like travelling, reading books…
- PC Specs
- HP g42 Ubuntu, intel core i7 720QM, ATI Radeon 5870
37 Posted Topics
Re: It's a one way encipher, i think you cannot decipher it anymore. so if the user forgot his/her password, he/she must provide a new one :) [CODE] $encrypt_pass= md5($password); [/CODE] hope this will help, Cheers! :) | |
Hi! I'm having troubles with retrieving data without using a button. I want to retrieve the data from the database and wanted to use it in another textbox. I have a list of dropdown button and i want to use OnClickFunction to retrieve the data from another page or directly … | |
Re: @burt.munn, first you need a HTML form to this here you can input Amount and the Number of Customer yourhtmlfile.html `<htm><form method= "yourphpfile.php"> Amount <input type="text" name =" amount"> Number of Customer<input type="text" name ="numberofcust"> </form></html>` then you create a PHP file that will process the input data `<?php //first … | |
Hi guys! I'm currently running ubuntu server for my website. The problem is that i cannot seem to ping my 'gateway' server using different laptop/PC i have 3 servers: one is the gateway, second is the database and the third is for the codes and applications I have two internet … | |
Re: it's not possible to convert js to php you'll have to rewrite it. -A. ![]() | |
Re: header("Location:get.php"); exit(); try this .. it will automatically close get.php and return to your index file (index.php) or whatever script you have. -Alex. | |
Re: it's a syntax error. maybe you mispelled something in your codes or maybe an extra bracket/symbols... | |
Re: I would suggest that you use INNER JOIN. `SELECT * FROM Properties INNER JOIN on Properties.propAddress. = Tenants.tenAddress WHERE [CONDITION]=[VALUE]` i hope this will help.. -Alex | |
Re: Basically you need to learn 1. This one is for UI (user interface) -HTML and Javascript or CSS you can embed PHP to HTML(note: you must be familiar with C language or any other related programming languages like Ruby etc...if you know any other programming languages it'll be easy for … | |
Re: I'm sorry, i'm not sure if i understand your question. but where do you want to edit the value? on the textbox? where you store you're fetched values? | |
Re: try if (isset($Page)){ if (!$Page){ $Page=1; } // And so on and so forth :) } | |
Re: use their API. it's in every social networking site :D | |
Re: $_SESSION['manager'] to $_SESSION["manager"]; use double quotes instead of single quotes ;) -Alex. | |
Re: i like your suggestion dlafol :) since you want project that connects to a dataabase (preferably MYSQL) try Online Shopping System? (like Open Cart?) with Social Networking Integration + Payment Gateways + SMS & eMail notifier? or perhaps dlafol's suggestion :) the last word is on you bro. -Alex. | |
Re: Hi What does this variable actually `$_POST['quo_file']` contains!? does it contain a link!? -Alex | |
Re: are you sure your heading the right way!? This might help you. it's in vb.net. [Click This!](http://www.daniweb.com/software-development/vbnet/threads/48686/delete-a-record-and-update-the-dataset) I think it was discuss in another thread. this might help you.. | |
Re: <?php $i =0 while($rows=mysql_fetch_array($query)){ echo "<input type = 'checkbox' name = 'Checkbox'".$i."'>"; $i++; } ?> Sorry, I dont know if i understand your question.. but i think the checkbox[] array is a counter?I guess? Can you please elaborate it more? Thanks -Alex | |
Re: Hi! what do you mean?! everything is shown up? do you mean the password is not "inserting"? Follow their advice. encrypt your password before you store it in a database:) And i suggest. try storing data in a variable e.g. $password = $_POST['password']; //Encrypt it. $CryptPassword = sha1 ($password); //or … | |
Hi guys! I'm currently making an integration of 2 different web apps. I would to ask if is it possible to restrict adding duplicate data in your table. for Example i have two different tables from two different databases. App1_Invoice (from Web App 1 database) e.g. transno name amount App2_Invoice … | |
Re: I'm not sure if i understand you but it think you need to do is fetch the datas from column of your database. $sql= "SELECT yellowbox, redbox , SUM(yellowbox,redbox) as TOTAL from table_name where boxcolor = 'SELECTED COLOR'"; then do the PHP code: while ($row =mysql_fetch_assoc($sql)){ $total = $row['TOTAL']; // … | |
Re: Can you please provide more explanations? Please?! :) ![]() | |
Hi guys! I don't know if i post it in the right forum page, but I would like to ask if it's possible to put color on the last row of your table (LAST ROW ONLY). the data is from SQL. I would appericiate any references or links, snippets, anything! … ![]() | |
Re: use explode() and fputscv(). if it's from an input use while loop or any other looping statement which ever you prefer and store it in an array. use explode() and foreach() for fputcsv() this was my problem also last year, but through extensive "googling" and brain storming my own brain. … | |
Re: there are several site that will give you an insights of this matter. [phpnet.com](http://www.php.net) [w3schools.com](http://www.ww3schools.com) Google is your friend don't worry :) | |
Re: Dude, Just simply try this $profileURL = 'localhost/whatever.php'; // or for more advance. //make sure you create a configuration file(Session.inc) . Google it you'll see ;) $profileURL = $dir. '/whatever.php'; why not include "http:"... ? because it's a LOCALHOST! you're just using an Apache, it won't redirect the URL. so … | |
Re: I agree with the older post you have to use `<form > </form>` or you have to use button to submit it. But to insert it to another table. try removing this "`" (without the quotes) in your INSERT STATEMENT. and can you please post the error?what did the error … | |
Hello There, Please Help, I have a form that generates data from database. i have to select value from a combobox so that i can see the value. but i wanted that data from database to be the value of the radio button. is that possible?I haven't started yet? can … | |
Re: well i guess your question must be "Extract text from a text file to form" i don't know i'm little bit confuse :?. by the way if your using php to extract data from an asp script i think you should include this to your [CODE]<input type= ... name= "submit"> … | |
Re: > use code-tags definitely agree with ardav,! please use code-tags so that we can spot the error(even though you mention it) and it's readable, by the way try using <?php printf('<a href="roomDetail.php?roomBookingID=%s'">modify</a>',$row_rs['roomBookingID']); i don't know if it's the same with printf in C and C#, mind me if i'm wrong … | |
Re: Can you please explain it more?, i'm kinda confuse. | |
Re: Try declaring denum and verified at the top like this [CODE]$denum = ""; $verified =false;[/CODE]and i would suggest if you declare $_POST["ccnum"] and $_POST["cardtype"] in a variable like this [CODE]$ccnum = $POST['ccnum']; $cardtype =$_POST['cardtype']; [/CODE] Hope it helps :) (I really hate CGI :)) | |
Re: Try This, [CODE]<?php $data = @mysql_query("select * from Department"); echo "<select name=dname>"; while ($row = mysql_fetch_assoc($data)) { $ID = $row['dept_ID']; $dname = $row['department_name']; echo " <option value=".$ID. "name=not>".$dname."\n</option>"; } echo "<select>"; $deptname= $_POST['dname']; // do codes here.. ?> [/CODE] hope it helps :) try putting select inside the form | |
Re: [QUOTE]for me [url]http://www.w3schools.com/[/url] is the best! specially for starter, provides basic and simple example that is easy to understand [/QUOTE] i definitely agree with your suggestion vaultdweller123, actually we're just the same, i'm trying to familiarize myself in PHP .. so [URL="http://w3schools.com"]http://w3schools.com[/URL] will help you a lot, it provides basic … | |
Hi, I'm currently working on a school project ..i was wondering if someone can help, i'm creating a system which get's data from a database and creates a CSV file ..i Google a lot none of it helps, i want to get several rows from a table and write it … | |
HI , I'm currently creating a system for medical record for our school project i was wondering , if someone could help me.. i always get this error " Couldn't find 'C:/User/...' " i coudnt retrieve the filename of the picture so that i can store it in my database … | |
Greetings, i'm currently developing a web browser for my school project (i'm kinda new to advance visual basic)... it's 75% complete and the only problem i encountered is that when i enter items for the combo box it accepts duplicate .. for example i entered [url]www.daniweb.com[/url] and re-entered it again, … |
The End.