Sharon Murphy on "[Plugin: All-in-One Event Calendar] Custom MySQL query?"
Anyone have any help they could offer on this?
View ArticleCristián Lávaque on "[Plugin: s2Member Framework (Member Roles, Capabilities,...
Webgirl is right. Try to reactivate s2Member, disable the safeguard, and then remove the plugin again. WP Admin -> s2Member -> General -> Plugin Deletion Safeguards I hope that helps. :)...
View Articlekris_tiaan on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hello, I built the form and it's working great. Now the next step: Getting the data in my Mysql database. My question: I'd like to populate all form result data in just one Mysql field. I know I can...
View Articlecodepeople on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi kris_tian, I'm sorry, but I really do not understand your question. Could you indicate the version of the plugin you are using? Do you want store the value of a specific field in your own database?...
View Articlekris_tiaan on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Thanks for the reply! I'm a newb, sorry for not being able to describe it properly. I want all form data in an array so it can populate to a BLOB field in my Mysql database. I read the page you linked...
View Articlekris_tiaan on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Quick update: It works! Thanks to your link we were able to figure it out with serialize($Params) and the data is now stored the way we want it. Forgot to mention in the previous post that it is the...
View Articlecodepeople on "[Plugin: Calculated Fields Form] Saving form results in MYSQL"
Hi Kris, Please, remember create in your computer a backup of all modified files, because, they can be necessary in futures updates of the plugin. Best regards.
View Articleplet9090 on "Connecting MySQL with php code in Wordpress"
I am trying to follow this tutorial: https://developers.google.com/maps/articles/phpsqlinfo_v3 I have the map placed on my page, but I am trying to figure out where I need to place the .php code that...
View Articlejuggledad on "Connecting MySQL with php code in Wordpress"
If you are doing this from with in WP you need to use the WP API and WP will hndle the calls. Here is an example I used (in a plugin I was using to track milage I walked on a virtual Applicaian Trail...
View Articleplet9090 on "Connecting MySQL with php code in Wordpress"
If I wanted to do a google maps API that when you clicked on it, it added a new infowindow that can be saved into MySQL (map already created http://www.tothenationsworldwide.com/social-travel-map/)...
View Articleplet9090 on "Connecting MySQL with php code in Wordpress"
this code: <?php require("phpsqlinfo_dbinfo.php"); // Gets data from URL parameters $name = $_GET['name']; $address = $_GET['address']; $lat = $_GET['lat']; $lng = $_GET['lng']; $type =...
View Articlejuggledad on "Connecting MySQL with php code in Wordpress"
You could make it a function and put it in functions.php and then you can use the function where you want. Are you opening a new connection to a differentdatabase than th ewordpress database? if so,...
View ArticleDigico Paris on "Connecting MySQL with php code in Wordpress"
I suggest you learn Jquery, because doing a clickable map from API will probably involve quite a lot of Jquery <-- in/out --> with php. Not sure it answers your question,
View Articleplet9090 on "Connecting MySQL with php code in Wordpress"
I have added the table to my database on myphpadmin with my host. I just want to connect the map to the table so everytime someone clicks and saves, it adds a new row to the table and saves the...
View Articletoashwin on "[Plugin Woocommerce] add location field to woocommerce products"
Did you figure out how to do this? I am looking for something similar...
View Articleplet9090 on "Connecting MySQL with php code in Wordpress"
The map is already completed, I have that done at http://www.tothenationsworldwide.com/social-travel-map/
View Articlejuggledad on "Connecting MySQL with php code in Wordpress"
So is the database the one defined for wordpress or a seperate database? If it is the same one, use the wordpress API to add things to your new table.
View Articletevz on "[Plugin: All In One WP Security & Firewall] how to purge Failed...
hi, i am interested how to purge 65,196 items from Failed Login Records using phpmyadmin or directly in mysql https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/
View Articleplet9090 on "Connecting MySQL with php code in Wordpress"
It is the same database. Sorry for my confusion. I added a table in the same database and want users to be able to add information to the table when clicking on the map and saving. How do I go about...
View Articlejuggledad on "Connecting MySQL with php code in Wordpress"
Look at my example again - you don't want to give each user access to the database, the wordpress user already has that access. I would suggest that when they click on the map, you have code check that...
View Article