473,385 Members | 1,396 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

how to implement CV builder

Hello everyone.

could anyone plz help me.

I am working on a job portal. Now i am facing problem in CV builder. I am confuse how to implement this through php, where this(CV) will be saved and how this file is being mailed to the employer...am so confused,,,,,,,,,,,,uptill now i have just made the registration page.

please tell me how i'll implement this.............
Sep 17 '07 #1
9 2487
MarkoKlacar
296 Expert 100+
Hello everyone.

could anyone plz help me.

I am working on a job portal. Now i am facing problem in CV builder. I am confuse how to implement this through php, where this(CV) will be saved and how this file is being mailed to the employer...am so confused,,,,,,,,,,,,uptill now i have just made the registration page.

please tell me how i'll implement this.............
Hi,

what you can do is approach this problem in two ways:

1. Upload a PDF or DOC or what ever format
2. Make the user fill in all the information about his education, skills, and so on on a web page

If you choose method 1 you will have to look at where to store the uploaded information, in a database or on the filesystem, this is a solid solution but it'll have you thinking and working a lot and the person that registered his/her CV will have to upload a new one once in a while.

If you choose method 2 you can store all the information in a database and when the user wants to update it simply let him/her edit the information stored "live" so to say. Now after this you can either directly e-mail the change or the newly registered user to addresses that you store somewhere.

Just google for e-mailing with PHP it's pretty straight forward as I recall it.

Hope this helped
Sep 17 '07 #2
[QUOTE=MarkoKlacar]Hi,

what you can do is approach this problem in two ways:

1. Upload a PDF or DOC or what ever format
2. Make the user fill in all the information about his education, skills, and so on on a web page

If you choose method 1 you will have to look at where to store the uploaded information, in a database or on the filesystem, this is a solid solution but it'll have you thinking and working a lot and the person that registered his/her CV will have to upload a new one once in a while.

If you choose method 2 you can store all the information in a database and when the user wants to update it simply let him/her edit the information stored "live" so to say. Now after this you can either directly e-mail the change or the newly registered user to addresses that you store somewhere.

Just google for e-mailing with PHP it's pretty straight forward as I recall it.

Hope this helped[/quote]




HI, many thanx for your reply, i really appericiate it.
I used method two and so far I made a form for job seeker to enter his infromation. The information entered by the user is stored in database. Now what i have done (i dunno it was the right choice), i made a CV (php file) and displayed all the information on the CV(php file), from the database.

Now i was thinking that how can i email CV to some employer when its in php format. Employer should have WAMP installed on his computer.
please tell me what to do.. how can i make a CV in (.doc format).


Ragards
Muddasir
Sep 18 '07 #3
hello guys please help me.....
Sep 18 '07 #4
code green
1,726 Expert 1GB
Expand|Select|Wrap|Line Numbers
  1. Now i was thinking that how can i email CV to some employer when its in php format. Employer should have WAMP installed on his computer.
  2. please tell me what to do.. how can i make a CV in (.doc format). 
Send it as an attachment
Sep 18 '07 #5
hi thanks for replying
but will that php file opened on user side if i send that file as an attachment
Sep 18 '07 #6
code green
1,726 Expert 1GB
Sorry i thought you wanted to send a .doc file.
Not sure what you mean by send a CV(php file).
Do you mean a web page? If you do then send a HTML email.
Sep 18 '07 #7
MarkoKlacar
296 Expert 100+
Hi Muddasir,

if I understand everything correctly, you can't send the php file as an attachment or something like that. This is because the php-file probably reads from the DB and a lot of other things.

What you can do is send an e-mail containing all the information that you will be able to present in your php file.

This is probably the best way to go.
Sep 25 '07 #8
code green
1,726 Expert 1GB
What are you guys talking about?
I understand a PHP file as a script - PHP code - a .php type file
You surely don't want to email one of those?
Sep 26 '07 #9
MarkoKlacar
296 Expert 100+
What are you guys talking about?
I understand a PHP file as a script - PHP code - a .php type file
You surely don't want to email one of those?
Hi,

that's my point, you can't send a php file and expect it contain the same values that it had on the server where it was executed.

My suggestion was so send an e-mail containing all the information that can be fetched using the php-file.
Sep 26 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Anand K Rayudu | last post by:
Hi All, I am new to python & want to build some GUI dialogs. Can some one please suggest some document reference. I am hoping that standard python install will have some GUI development...
7
by: | last post by:
Borland dumped all its "Borand C++ Builder" (BCB) customers. So it is our term to dump Borland (not only BCB). As a part of my attempt to dump long-loved BCB I'm trying to investigate how one can ...
0
by: Xproblem | last post by:
FTP Client Engine for C/C++ 2.4 Screenshot - Soft.comFTP Client Engine for C/C++ 2.4. ... System Requirements: Windows C/C++ compiler - Microsoft operating system: Windows 95, Windows 98, Windows...
2
by: Mike Turco | last post by:
I like using the expression builder for a lot of different things but it isn't always available when I want to use it, for example in the code window, or in all of the control properties. I am...
4
by: DraguVaso | last post by:
Hi, For my VB.NET application I have the following situation: 2 tables on my SQL Server: tblAccounts and tblRules. For each Account there are many Rules (so tblRules is linked to my tblAccounts...
2
by: sicapitan | last post by:
FYI, with something like this: hotelement = "hotelement"+hotcount; hotspot = Builder.node('div', { id:'hotspot'+hotcount, className:'hotspot', style:''+divstyle }, ) ]);
4
by: PenguinPig | last post by:
Dear Experts, Could you please provide you comment to me? Thanks An Exhibition has many Halls, and different Booth Types If exhibition is not exist, hall and booth type will not exist too. ...
0
by: JosAH | last post by:
Greetings, Introduction Before we start designing and implementing our text builder class(es), I'd like to mention a reply by Prometheuzz: he had a Dutch version of the entire bible ...
0
by: greenMark | last post by:
Hi All I need to develope a data warehouse in oracle. I was able to develope a small one using oracle enterprise manager. But my main idea is to develope the necessary GUIs using Oracle Forms 6i....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.