Jump to content

InfiniteWarrior

New Members
  • Posts

    4
  • Joined

  • Last visited

InfiniteWarrior's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ended up finding a way basic function in OpenOffice Calc to return a variable from a string...., using the mid, left, and right functions built in...., then modifying further with there to whittle away the unneeded characters with advanced search and replace functions, as the string length was variable in number of characters... only explaining because I know people will be searching similar inquiries in the future on google so always positive to post solutions, didn't have time to learn PHP in one night.
  2. The issue is how to define the variable as a strictly numeric decimal number in that length range which follows the occurrence of a separately defined variable which is the string of text which always precedes the decimal number..... parsing a file and outputting data is relatively easy.. I'll figure it out eventually..... something like variable $string = "<b>string: # " then the variable following the string needs to be defined as a decimal number with a length of 4-7 characters then that variable needs to be returned, and placed into a text file on a single line.... I am unfamiliar with any php syntax.... I am figuring it out.
  3. Been looking, found basic MySQL functions and whatnot..... this isn't the issue.... I basically just need a way to search and replace the text...... can anyone show me a script to locate a string of text, and return a decimal value number which follows the string of text.... , which is a numeric decimal number between 4 and 7 characters in length? Then I need to find a way to repeat this for every field in a table or to parse one large text/excel file and return a list of values for every instance of the specific string in question..... I would pay someone if I could I am just broke.....
  4. At the moment I have a database with a variable located at the bottom of every entry.... there are 10,000 entries which need to have the variable moved or copied to another field column corresponding with each entry...... The variable is always located in a specific segment of text which looks something like this.... <b>String: # xxxx.xx</b> - so if the script could locate the phrase <b>string: # and then retrieve the subsequent number, and move or copy that number into a corresponding field on the same table of the MySQL database, this would be extremely useful....,, and save me days of data-entry.... I barely know any PHP, yet I did take computer science and study Java and Perl 6 years ago...... so I understand basic coding principals.... Could anyone point me in the right diection of basic PHP scripts or functions which can help me work in MySQL databases..? Love & Light
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.