Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
2 Endorsements
Ranked #621
Ranked #1K
~34.1K People Reached
About Me

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
Favorite Tags

37 Posted Topics

Member Avatar for Webville312

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! :)

Member Avatar for Dini_1
0
17K
Member Avatar for cigoL..:)

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 …

Member Avatar for jkon
0
239
Member Avatar for burt.munn

@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 …

Member Avatar for burt.munn
0
283
Member Avatar for cigoL..:)

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 …

0
172
Member Avatar for vijayram
Member Avatar for diafol
0
3K
Member Avatar for rolanduk

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.

Member Avatar for cigoL..:)
0
409
Member Avatar for mohammed.ismail

it's a syntax error. maybe you mispelled something in your codes or maybe an extra bracket/symbols...

Member Avatar for cigoL..:)
0
242
Member Avatar for mark2326l

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

Member Avatar for cigoL..:)
0
230
Member Avatar for ronaldneck

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 …

Member Avatar for javedsai
0
712
Member Avatar for subrata_ushasi

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?

Member Avatar for subrata_ushasi
0
268
Member Avatar for missy_mi

try if (isset($Page)){ if (!$Page){ $Page=1; } // And so on and so forth :) }

Member Avatar for paulinetaylor85
0
333
Member Avatar for shahai.ali
Member Avatar for cheelo007

$_SESSION['manager'] to $_SESSION["manager"]; use double quotes instead of single quotes ;) -Alex.

Member Avatar for cheelo007
0
382
Member Avatar for cdays

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.

Member Avatar for gabrielcastillo
0
128
Member Avatar for missy_mi

Hi What does this variable actually `$_POST['quo_file']` contains!? does it contain a link!? -Alex

Member Avatar for missy_mi
0
272
Member Avatar for meLiel

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..

Member Avatar for RonalBertogi
0
545
Member Avatar for MarkieJye

<?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

Member Avatar for MarkieJye
0
160
Member Avatar for roheath_1

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 …

Member Avatar for cigoL..:)
0
148
Member Avatar for cigoL..:)

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 …

Member Avatar for cigoL..:)
0
309
Member Avatar for xbat

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']; // …

Member Avatar for xbat
0
3K
Member Avatar for BigPaw
Member Avatar for mystycs
Member Avatar for cigoL..:)

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! …

Member Avatar for diafol
0
108
Member Avatar for <M/>

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. …

Member Avatar for <M/>
0
124
Member Avatar for andyy121

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 :)

Member Avatar for cigoL..:)
0
117
Member Avatar for archie.herbias

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 …

Member Avatar for cigoL..:)
0
234
Member Avatar for fafa.gagga

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 …

Member Avatar for cigoL..:)
0
187
Member Avatar for cigoL..:)

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 …

Member Avatar for cigoL..:)
0
2K
Member Avatar for IanArcher

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"> …

Member Avatar for IanArcher
0
215
Member Avatar for 21122012

> 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 …

Member Avatar for cigoL..:)
0
212
Member Avatar for srdva59
Member Avatar for issaru07

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 :))

Member Avatar for issaru07
0
381
Member Avatar for adityamadhira

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

Member Avatar for cigoL..:)
0
302
Member Avatar for rubai

[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 …

Member Avatar for cigoL..:)
0
310
Member Avatar for cigoL..:)

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 …

Member Avatar for cigoL..:)
0
673
Member Avatar for cigoL..:)

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 …

Member Avatar for Pgmer
0
121
Member Avatar for cigoL..:)

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, …

Member Avatar for cigoL..:)
0
475

The End.