Find Jobs
Hire Freelancers

Deal with dynamic php variables

$10-30 USD

En curso
Publicado hace alrededor de 5 años

$10-30 USD

Pagado a la entrega
Hello, I have a page where it will get a POST submission with c names 1) The POST values can be infinite 2) I need the make sure what comes in the array should be in order e.g. $_POST['c1']; $_POST['c2']; $_POST['c3']; $_POST['c4']; $_POST['c5']; $_POST['c6']; . . . $_POST['cn']; Teh code is $cd_arr = []; if(isset($_POST)){ foreach($_POST as $k => $v){ if($k[0] == 'c' && is_numeric($k[1]) == TRUE){ $cd_arr[] = mysqli_real_escape_string($connect,$v); }}} The code is working but the order of the array is going to be wrong if c2 posted before c1 and so on I want the array $cd_arr to contain the values in order as per c number even if the post is not in order.
ID del proyecto: 19601326

Información sobre el proyecto

33 propuestas
Proyecto remoto
Activo hace 5 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
33 freelancers están ofertando un promedio de $28 USD por este trabajo
Avatar del usuario
Hello, This is Fateema have 9+ years of software development experience with me in web development including PHP/Mysql/Javascipt/jQuery/JSON/Ajax/ Will do your Count change within 15 mins. Lets have a chat for further process. Regards Fateema
$25 USD en 1 día
4,8 (162 comentarios)
7,1
7,1
Avatar del usuario
Yes, I can do this Loop using PHP. So do you need the working code from me or I need to add this code to your website?
$30 USD en 1 día
4,9 (136 comentarios)
6,7
6,7
Avatar del usuario
sir message me im php expert ... sir message me im php expert ... sir message me im php expert ... sir message me im php expert ...
$25 USD en 0 día
5,0 (193 comentarios)
6,3
6,3
Avatar del usuario
Hello, my name is Brendan. I have read your project specifications and this job fits within my area of expertise. I would love to come on board and work on this with you. I am available to begin immediately. Relevant Skills and Experience - 9 years experience in Web Development & Web Technologies - Expert in the PHP Language - 5 star rated freelancer with over 60 completed projects - Fast communication and deliver on time
$25 USD en 1 día
4,9 (66 comentarios)
6,2
6,2
Avatar del usuario
Hello! No problems, I can fix that for you. Ready when you are. Kind Regards, Dobri
$15 USD en 0 día
5,0 (165 comentarios)
6,1
6,1
Avatar del usuario
ready to start work on it. I have 100+ reviews with all 5 stars and 12+ years experience. Looking forward from you soon Thank you
$25 USD en 1 día
4,9 (96 comentarios)
5,7
5,7
Avatar del usuario
Hello, Greetings for the day. I am an experienced php developer and can provide you with quality work as per your requirements. Look forward to discuss further details. Thanks.
$25 USD en 1 día
5,0 (21 comentarios)
5,0
5,0
Avatar del usuario
Dear Client, Thank you for looking at my candidature. As per your given brief you are looking for a skilled developer, who can resolved "POST" variable related issues, i am glad to say that i have prior experience in the field of development. I can fulfill your skills requirement and I would like to discuss further regarding the feature development part. I am good at designing and have a good understanding of HTML5/CSS3 and Bootstrap designing. I will give my 100% efforts to develop a good relationship and get future projects. I am a Codeigniter, Mysql, WordPress and Php expert having extensive experience 5+ years. I have a strong command over developing and customizing websites as per client requirements I have worked on a various designing project including responsive web designing, flat designing, and parallax web designing. I have good command over CSS2.0 & 3.0, HTML4.0 & 5.0, DHTML/XHTML, AJAX, JavaScript and jQuery. 6 Reasons, why you should hire me for your custom website and Application Development. 1. Available 24/7 upon your request. 2. Provide SEO friendly environment. 3. Free technical support for 6- months. 4. Always think beyond boundaries and provide a user-friendly solution. 5. Provide excellence with commitment. 6. Most important, Delivery on-time with 100% satisfaction. Looking forward to hearing from you soon. Thanks and regards!!
$20 USD en 2 días
4,8 (35 comentarios)
5,4
5,4
Avatar del usuario
The skills and resources needed for this project are in my genes. We can assure you for a complete professional work in a given timeline. Please share the complete detail of your requirement. We have 8+ year experience in PHP, Android and dedicated security team to make sure that data is not traceable by anyone we can complete the job real quick we have dedicated 20+ web developers
$20 USD en 1 día
4,4 (44 comentarios)
5,1
5,1
Avatar del usuario
Hello sir, Hope you are doing well. i have 6+ years of experience in WordPress php codeigniter html css mysql javascript bootstrap graphic design website design etc. these job suitable for me Kind Regards, purvi
$25 USD en 1 día
4,7 (26 comentarios)
4,8
4,8
Avatar del usuario
Hello, After reviewing your post, I am very interested in that due to my experience. and I assure you won't be disappointed. Looking forward to hear from you and hoping for a long term work relationship. I will satisfy you. Best regards,
$10 USD en 7 días
4,8 (26 comentarios)
4,8
4,8
Avatar del usuario
Hey! After reading over your application this looks like a perfect fit for my skills sets . My skill set includes:PHP (custom + core),CMS(WordPress,Joomla, Magento),Framework (Laravel,codeigniter, Bootstrap ,HTML5, CSS3, MySql I am immediately available for this job. Thank you and I look forward to the opportunity to work with you. Regards,
$23 USD en 1 día
5,0 (9 comentarios)
4,2
4,2
Avatar del usuario
Hello. My name is Muhammad Hassan. I have high level expertise in PHP Development. I can do the work right now. Regards
$10 USD en 0 día
5,0 (21 comentarios)
4,1
4,1
Avatar del usuario
This type of problem can be easily solved with javascript ,i can modify like you can made any number of time and can change as well at user interface ,don't need to set it staticly.
$12 USD en 1 día
4,9 (14 comentarios)
3,8
3,8
Avatar del usuario
Hello, Thanks for reading my proposal. We are the team of 20 developers based in Dallas, Texas . We can take up this project and I think we are the perfect fit for this job. We have 6+ yrs combined experience with expertise in mobile and web technologies. We have developed and supported a series of small business and enterprise solutions including eCommerce, eLearning, Health & fitness etc. I look forward to hearing from you about this job so that we could share our approach towards the job. (Please note that the cost given in this proposal is not final, this can be negotiated during the discussion) Hope we will work together and build a long term relationship Regards Hari K
$200 USD en 8 días
5,0 (3 comentarios)
3,6
3,6
Avatar del usuario
OK, look, you can make sort($_POST) before foreach, like that: $_POST = [ 'c3' => 'c3v', 'c1' => 'c1v', 'c2' => 'c2v' ]; $cars = []; sort($_POST); foreach ($_POST as $key => $car) { $cars[] = $_POST[$key]; } The array $cars would be: array(3) { [0]=> string(3) "c1v" [1]=> string(3) "c2v" [2]=> string(3) "c3v" }
$10 USD en 0 día
5,0 (3 comentarios)
3,4
3,4
Avatar del usuario
Hi i can help you in it am am expert in php i have 5 year experience in php and advance php so i am able to do your work in some hours
$20 USD en 1 día
4,7 (16 comentarios)
3,1
3,1
Avatar del usuario
I will follow your request as quickly as possible. If necessary, please chat with me to discuss further. Thanks
$15 USD en 1 día
5,0 (3 comentarios)
2,6
2,6
Avatar del usuario
UPDATE: add ksort($_POST) outside foreach loop and your problem will be solved. I have the most efficient code for this. It's an easy job. Please initiate a conversation to discuss about this page. I can start working right now. I am in need of this work, thank you.
$30 USD en 1 día
5,0 (2 comentarios)
1,0
1,0
Avatar del usuario
Hi I am a php / wordpress developer with 5 years of experience let me give a chance to express myself and knowledge I do the tasks very smoothly and efficiently. only your support needed when required. I will give you best technical support. thanks
$25 USD en 1 día
3,0 (1 comentario)
0,8
0,8

Sobre este cliente

Bandera de OMAN
muscat, Oman
5,0
33
Forma de pago verificada
Miembro desde oct 14, 2012

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.