Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - ayilmaz

2
Questions / Re: applicant tracking system
unfortunately it didn’t work. i would like to show you by uploading an image but i have this issue


 ''The upload directory is full. Please contact an administrator about this problem.''


Can you please help me ?
3
Questions / Re: applicant tracking system
Thanks for replying but i would like to show details in the add page i mean when a reponsable choose the candiddat’s names("SELECT  DISTINCT candi_id AS value,name AS label FROM candidate" it has to be show candidate’s phone numbers  addresses etc. in the same page is it possible ?
5
Questions / applicant tracking system
Hello i m trying to make an applicant tracking systeme which has 2 steps .

in first one of our assistant take the "candidats application " and forward it to the responsable of the domaine.

So whane responsable add a new record to his table i want to show candidates records details. so when responsable choose candidates name it has to be show candidates details in the same page. How can i do it ?
Can you help me ?
7
Questions / Re: Upper case in Textbox ?
hello i would like to concat name and firstname with uppercase lowercase i used this code after update

$params = array($rec_id);
$bool   = $db->rawQuery("UPDATE candidat SET nom_prenom = concat(UPPER(nom), ' ',concat(UPPER(SUBSTRING(prenom,1,1)),LOWER(SUBSTRING(prenom,2)))) WHERE id = ?", $params);



it works very well in phpmyadmin but in phprad it shows name uppercase but first name '0'

CAn you help me ?
8
Issues / Re: login error
thanks for reply it was my fault. i forgot tu update database configuration.
9
Questions / Re: Cannot Send Mail
i have the same issue i couldn’t connect to smtp via codes.

Can you tell me how did you resolve the issue ?
10
Questions / Re: Email Settings
hi i m using web server and i can also test it it worked but in the system i configured it send mail after add a new record but i couldn’t get e-mail.

I mean i wroted a phptestmailer.php file and when i call i got the mail but after adding a new record i couldn’t.


Can you please help me ?
12
Issues / captcha image does not show
Hello i would like to enable captcha validation but i can not  see  image


Can you help me please ?