Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~5K People Reached
Favorite Tags

16 Posted Topics

Member Avatar for bbinais

[CODE]$encrypted_mypassword=md5($mypassword);[/CODE] do u use md5() when u insert password in the sql table? maybe that is ur fault if so try to use [CODE] $sql="SELECT * FROM $tbl_name WHERE MUSE_NAME='$myusername' and MUSE_PWD=MD5('$mypassword')";[/CODE] hope that may help

Member Avatar for bbinais
0
466
Member Avatar for jingo1126

ok we gonna help if we get more details on wat u askin about like the connection purpose ? wat programmin language ur desktop application implemented with etc.. plz give a few more details

Member Avatar for bakir
0
146
Member Avatar for ivanwafoo

your error means that ur server is not configure to use smtp or configured incorrectly which i dont think so .. are u using free webhosting? or run it on local server?

Member Avatar for bakir
0
2K
Member Avatar for reibi

hi reibi if u really mean "Server" for just getting ur site a live i wont recomended that since the server is very complicated for the first start to work with.. but if u interested in making first step just u can use the web hosting plans shared or dedicated …

Member Avatar for vinayakgarg
0
149
Member Avatar for kokfui

u can do it with javascript it have that implemented and i m sorry i dont have that expereince in javascript to redirect ya go and google it and u will find it good luck

Member Avatar for diafol
0
112
Member Avatar for MikConnor

[QUOTE=ardav;1432166]OK, learn this first: USE CODE TAGS [B][ CODE ][/B][/QUOTE] and i also suggest start learning php tutorial u need to learn by searching not letin the others do work for ya we will help ya with ur own code not with one u got!! start now and look for …

Member Avatar for bakir
0
390
Member Avatar for Moderns
Member Avatar for bluetoot

Hi bluetoot; first u have mysql error into your insert statement [CODE]INSERT INTO users_cv VALUES(yourVaues,..,..,..); [/CODE] second the error is produced because one or more of ur variable produce "" after linkin there values so check wat u pass to the statement good luck

Member Avatar for pritaeas
0
195
Member Avatar for keyroche

hi "kroche" first hope ya good luck at your project. now if i got wat u asking about .. i think u care about the perfect way (coding) to do such that. let me say that any way let ya reach your goal is somehow go so never care about …

Member Avatar for keyroche
0
768
Member Avatar for sahromo

the $result returneed from mysql is referein to an error or null niether that a result set so the fetch function have invalid arguments and the solution is what Prof "pritaeas" is said as u have an error in ur mysql statement

Member Avatar for bakir
0
171
Member Avatar for Awah Mohamed

[CODE]setcookie(admin, $fname, $Month);[/CODE] i think the php cant recognized wat is admin? u need to define that and say $admin or 'admin' i dunno mohammed but may this help gl

Member Avatar for bakir
0
170
Member Avatar for Richajr0

i agree with all above reply post that u need to post ur insert statements but i will give ya small help since phpmyadmin will generate the code used to insert u can give a look at the code and see what mistake u did .. if u cant plz …

Member Avatar for Richajr0
0
115
Member Avatar for WebKoller

here for ur last reply .. hope can help to access the variable just refer the it by [CODE]$yourCLasssinstance->yourVariable;[/CODE] and for returning function [CODE]$watEver = $yourCLasssinstance->yourMethod(); [/CODE] and if u mean how to use the vars outside the method but in same class you need to declare them in the …

Member Avatar for pritaeas
0
115
Member Avatar for Joe34

hi joe34 if u can plz attach the src file to get better view of this code since it is very long ... and also why u dont use functions to generate ur html code depends on selection and option rather than u do it manually all the time via …

Member Avatar for MooGeek
-1
121
Member Avatar for professor123
Member Avatar for bakir
0
89
Member Avatar for RupeshParajuli

welcome to Java too :D as i can see u have made good code so u dont need any help good luck

Member Avatar for shantechi
0
491

The End.