Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8254997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:23:02+00:00 2026-06-08T01:23:02+00:00

I Have some request like below : $input = $POS,1234,5223,A,2719; If get a request

  • 0

I Have some request like below :

$input  = "$POS,1234,5223,A,2719";

If get a request like above , process an save to database with below code :

$input_ex = explode(",", $input);

$input_ex[0];
$input_ex[1];
$input_ex[2];
$input_ex[3];
$input_ex[4];

mysql_query("INSERT INTO table_name (cl_1,cl_2,cl_3,cl_4,cl_5)
values ('$input_ex[0]','$input_ex[1]','$input_ex[2]','$input_ex[3]','$input_ex[4]')

Problem:
my inputs may be sometimes more than one and split with ‘ # ‘ character
last row of inputs is maybe have ‘ # ‘ character too

$input  = "$POS,1234,5223,A,2719#
$POX,752,4342,N,SXD#
$POZ,122,6242,B,XFB#";

How can i separate each row and insert it on database as a new row ?
thanks 😉

edit :
inputs is 3 different mode , 1st is a one row without any # sign , 2nd is have more row with end # on last row , 3th more row without # sign on end of last row

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T01:23:03+00:00Added an answer on June 8, 2026 at 1:23 am
    foreach (explode('#', $input) as $record) {
      $record = trim($record);
    
      if ($record == '')
        continue;
    
      $input_ex = explode(',', $record);
    
      $input_ex[0];
      $input_ex[1];
      $input_ex[2];
      $input_ex[3];
      $input_ex[4];
    
      // Same MySQL query as you already have
      mysql_query("...");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some code that gets the current logged in user. userID = request.session.get(_auth_user_id)
When a form gets posted, I get some checkbox values like the below: Array
We have a design like below and I would like to get opinions or
DB2 database. A Request can have multiple Transactions. I'd like to query the request
I have a simple form with some plain html input like bellow using ASP.NET
I have some strange comportement with my ajax request. The ajax request processes correctly,
We have some legacy ASP.NET code that detects if a request is secure, and
I have written some jQuery ajax code where I am sending a request to
I have a website that i did some time ago now they request some
I have a some code to ajax upload . its send request to my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.