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 938971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:42:59+00:00 2026-05-15T21:42:59+00:00

We have a query(mysql) which returns data in the following format of alphabets followed

  • 0

We have a query(mysql) which returns data in the following format of alphabets followed by digits followed by alphabets like —
text1 12.12 mg text2

Now the issue is , i need to write a script in php which gives all the data starting from the 1st digit.so the result should be something like

12.12 mg text2

I am not sure how to accomplish this in php and the functions which might be of use for this purpose.
Any help would be appreciated.

  • 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-05-15T21:42:59+00:00Added an answer on May 15, 2026 at 9:42 pm
    preg_match('#\\d+(.*)$#', $message, $match);
    $text = $match[1];
    

    the \\d+ means one or more consecutive digits. (.*) means match any character except a new line. $ tells it to go to the end of the string…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following mysql query which I am running with php like so.
I have the following mysql query, which is producing a list of entries by
I have one main array which is the returned data from a MySQL query
Hi i have a small query which takes data from one mysql database and
I have a mysql table , which holds data like this. Name |how_out |runs
I have a complicated MySQL query which takes a lot of time, selecting from
I have one mysql query, which gets rows to designs list. In this list
I have this query which works correctly in MySQL. More background on it here
I have a query which works fine in MySQL, but when I run it
Hi I have a query which is very straightforward to write in mysql but

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.