- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
16 Posted Topics
Re: [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 | |
Re: 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 | |
Re: 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? | |
Re: 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 … | |
Re: 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 ![]() | |
Re: [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 … | |
Re: can u please post all ur code to make better view | |
Re: 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 | |
Re: 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 … | |
Re: 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 | |
Re: [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 | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: i think u cant just as said before use the e-mails offered via google | |
Re: welcome to Java too :D as i can see u have made good code so u dont need any help good luck |
The End.