CodeIgniter Forums
change link from php script into codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: change link from php script into codeigniter (/showthread.php?tid=48790)



change link from php script into codeigniter - El Forum - 01-28-2012

[eluser]wasis[/eluser]
hi guys..
i have form input in php script..
how to write the script in codeigniter especially for this,
<form action="index.php?id=<?=$kode?>"></form>
i need your help immediately today guys..


change link from php script into codeigniter - El Forum - 01-28-2012

[eluser]pickupman[/eluser]
CI is still PHP so your code would still work. Another way to write it would be:
Code:
//In Controller
$this->load->helper('form');

//In View
echo form_open(site_url().'?id='.$kode);
echo form_close();



change link from php script into codeigniter - El Forum - 01-29-2012

[eluser]vbsaltydog[/eluser]
[quote author="wasis" date="1327800552"]hi guys..
i have form input in php script..
how to write the script in codeigniter especially for this,
<form action="index.php?id=<?=$kode?>"></form>
i need your help immediately today guys..[/quote]

You have posted this same question four times in the past two days and now you are requesting immediate responses.
Perhaps you should hire someone as you are clearly out of your depth and on a deadline. There are lots of professional
programmers here that can get you sorted out quickly if you pay them.

Why do people think that professional programmers work for free? ( I digress )


change link from php script into codeigniter - El Forum - 01-29-2012

[eluser]Bhashkar Yadav[/eluser]
@vbsaltydog - you are right ... Smile


change link from php script into codeigniter - El Forum - 01-29-2012

[eluser]InsiteFX[/eluser]
This is what happens when they jump right in instead of sitting down and reading the CodeIgniter User Guide and a good PHP 5 manual.



change link from php script into codeigniter - El Forum - 01-29-2012

[eluser]wasis[/eluser]
i've already solve my problem alone but it still doesn't work, i'm trying to find a nice and smarter person that want to help me..
i wasn't double my question but i change my question in order to i can simply my question and hopely get any better answer..
thank's anyway..



change link from php script into codeigniter - El Forum - 01-29-2012

[eluser]vbsaltydog[/eluser]
[quote author="wasis" date="1327855358"]i've already solve my problem alone but it still doesn't work[/quote]

I dont think anybody minds helping but there is a point where its not helping you but rather, doing it for you.

I read posts like this as ...

I bought a house that needs new wiring. I am not an electrician but I was looking for a nice electrician that wants to wire my house for me for free.

If you are 90% of the way there, we will gladly help you. If you are 10% of the way there, you can hire us to help you.


change link from php script into codeigniter - El Forum - 01-29-2012

[eluser]wasis[/eluser]
i'm join this forum coz i need a help to fix my problem of my job. this job is my future of my financial..
sorry for disturbing. thanks anyway for the answer..


change link from php script into codeigniter - El Forum - 01-29-2012

[eluser]vbsaltydog[/eluser]
You are being paid to do the job, this is more of a reason for you to pay someone here to do the work vs. asking others to do the job that you are being paid to do.

Many of us would be happy to build your menu for a modest price and you wont get fired so why aren't you asking for quotes in the job forum?


change link from php script into codeigniter - El Forum - 01-29-2012

[eluser]wasis[/eluser]
thanks for the advice..
i still love this forum..