I am a novice to magento.
Task at Hand
I need to create the extensions for magento.Now i need to create an extension that is used to display the form. The form values are needed to be stored in the database and to be mailed to the admin.
Any suggestions in this regard will be appreciated.
I am giving you one link will same as your requirements and it will totally free so you can use it for the reference.
http://www.magestore.com/magento-product-questions-extension.html
Thanks
Hi you can download extensions from magento connect according to your need, you can try this this
Related
I'm used Yii2 Advance to develop system via remote server. When I save file editor will upload it to server automatic. After save I refresh browser. It's still show old data not update from new file. And about 1 min it will up to date.
I test the different folder on server It's work find, Update when save file.
Please help me.
Thanks and best regards,
Woody
Well, Now I can solve this problem by myself.
This effect is PHP function "OPCache" it come with PHP 5.5 or higher.
We can disable OPCache by many way but I used this solution.
Open autoload.php from /yii2project/vender/autoload.php and add this code.
opcache_reset();
I don't know what the best way in Yii2 for reset opcache like this. If it has please reply this post.
Thank you everyone and to think this topic will help you.
I am very much new to mediawiki, only a couple of days research. Here I already have an article called e.g., "sample" which I need to save it to mediawiki database which was installed on my wamp server (localhost). So how to achieve that? Should I need to write a program for achieving it? Can anyone please help me in this?
Also, I have an HTML form and how to save that form to mediawiki DB?
you can use webservices to create an article and save it to your mediawiki database
here are some links ,pls refer to it.
http://www.mediawiki.org/wiki/Extension:CreateArticle
http://www.mediawiki.org/wiki/Extension:CreateArticle/sourcecode
An API for manipulating wiki pages is available in core MediaWiki: https://www.mediawiki.org/wiki/API:Edit
The HTML form cannot currently be stored in the DB unless it is adapted to work with wikitext. This may change in the future.
I have a database built in Php myAdmin, and I want to connect it to a form I have on a joomla3 website. But when I fill details in on form, all data goes to default joomla3 database and not my database. Anyone got any ideas around this ?
I need my front end form data connecting with my own database not the default database in Joomla.
Thanks in advance.
Probably what you want may be figured out by following this Joomla docs instructions.
You can install the great RS Forms component for a small fee - this allows complete control of the form and you can wire it to your own php script to process the form.
You need to be careful to protect your script from bad data designed to hack your site as people enter code into the form - js is not enough you need to scrub the data before you attempt to do anything with it.
I'd need to make some custom pages for a Joomla website.
One would need to get some very basic information through queries from a MySQL database and list the fetched entries as a paged list.
And the other would be a form that would need to run some query to an API to get a confirmation.
How would you suggest me to do build this? I'm currently looking at the docs but I'm kind of lost and don't know where to start.
Any suggestions are greatly appreciated and welcome!
Thanks and have a nice day!
I'm not sure what API you would need to integrate, but there might be some extensions on the Joomla Extensions Directory that might suit your needs.
If you would like to write your own queries, you could use a plugin such as Sourcerer which will allow you to write custom PHP in your articles. Or you could create your own Module or Component. To get you started, you might also want to consider using a Module Generator or Component Generator.
Hope this helps.
I am sure this is a tall order but I have to ask. How would I go about creating link between AutoCAD 2012 and mySQL to when defining a block attribute in AutoCAD it updates several other attributes based on a cross reference to a mySQL database.
I tried to find another question like this but was unable to do so. If I missed it please link.
If you need any clarification, please let me know.
Thanks in advance.
If you are using Map3D or civil3D you can connect to external databases to do some work.
if you want to use only AutoCAD
I think you may need to create a plugin to do that using .NET C#.
or you can use Excel to fetch attribute to the dwg and make excel update from mySQL database.