PHP code local machine

shaymiller

Regular Member
Joined
Dec 3, 2016
Messages
456
Reaction score
45
Is it possible to run php code on local machine without an xamp server or any other local service. I want to use php/MYSQL to work on large excel files. Don't need to go online etc

I tried using excel VBA scripting, but its hard. Since I l ready a php that will work online. But I want do it on local machine some reasons.

I could use javascript too, but could find a way to do queries..
 
@tasburrfoot Perfect! thats what I was looking for!!

I have another follow-up
Is there a data mgmt php script, which allows me to edit/update/add data. basically I have a script that adds data of people into MYSQL via excel upload. After that I want (admin) to pull data by country, state etc and make changes to that same data..
 
Back
Top