<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/phpmyedit/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpmyedit/support-requests/</id><updated>2020-10-06T18:16:44.608000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Now on GitHub</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/165/" rel="alternate"/><published>2020-10-06T18:16:44.608000Z</published><updated>2020-10-06T18:16:44.608000Z</updated><author><name>Ap Muthu</name><uri>https://sourceforge.net/u/apmuthu/</uri></author><id>https://sourceforge.nete59fae0e065589e0951385f463d47f98d49a55f1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A few fixes and example are now available at:&lt;br/&gt;
&lt;a href="https://github.com/apmuthu/phpMyEdit" rel="nofollow"&gt;https://github.com/apmuthu/phpMyEdit&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>set_magic_quotes_runtime() error solved</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/164/" rel="alternate"/><published>2013-04-25T12:52:41Z</published><updated>2013-04-25T12:52:41Z</updated><author><name>Christian Greim</name><uri>https://sourceforge.net/u/greim/</uri></author><id>https://sourceforge.net40bee9160aadba0f7b3b45c8e10c45734870134a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;the set_magic_quotes_runtime() command is not longer supported by PHP since version  PHP 5.3. 1. The definition in the PhpMyEdit-Class set_magic_quotes_runtime(0) is not necessary anymore because the default is conform to magic_quotes_runtime switched of. In the attacemet You find the class with the changes to rum PhpMyEdit under PHP 5.3. 1 and over.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>ereg_replace error solved</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/163/" rel="alternate"/><published>2013-02-27T21:32:49Z</published><updated>2013-02-27T21:32:49Z</updated><author><name>Christian Greim</name><uri>https://sourceforge.net/u/greim/</uri></author><id>https://sourceforge.net9f911fef5fd7feff659b26b29007ff41fb20684a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;since PHP version 5.3.0. the funktion "ereg_replace" does exist no longer. This causes lots of error-messages in longer text-fields. To solve this problem change in the "phpMyEdit.class.php" the line "$value = ereg_replace("[\r\n\t ]+",' ',$value);" in my editor line number 1440 to "$value = str_replace("[\r\n\t ]+",' ',$value);". This should be considered in further versions.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Subform</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/162/" rel="alternate"/><published>2003-02-14T14:22:56Z</published><updated>2003-02-14T14:22:56Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net30042d3578a94bce3da7dd1597183cbef85313d1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi there!&lt;/p&gt;
&lt;p&gt;Is there any way to implement &amp;amp;quot;subforms&amp;amp;quot;?&lt;br /&gt;
For example, if I want to register an order, I'll have just &lt;br /&gt;
one client, one shipping adress, but one to many &lt;br /&gt;
different products in different quantities... &lt;br /&gt;
Of course I could fix one to ten instead of one to many, &lt;br /&gt;
but it's heavy to implement for the application I need...&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Hugues&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>phpMyEdit Change Doesn't work with Mozilla </title><link href="https://sourceforge.net/p/phpmyedit/support-requests/161/" rel="alternate"/><published>2003-02-10T20:54:21Z</published><updated>2003-02-10T20:54:21Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1472a0d52c1f21e55037f624218e447a334ac889</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have a very plain vanilla SQL table and the generated&lt;br /&gt;
code from phpMyEdit.  Everything seems to work fine&lt;br /&gt;
EXCEPT the Change / Save ....  In Mozilla (and possibly&lt;br /&gt;
other Netscape type browsers) it simply returns as if&lt;br /&gt;
it works but nothing actually happened.&lt;/p&gt;
&lt;p&gt;I tried the EXACT same script / DB with IE and it&lt;br /&gt;
worked like a champ.&lt;/p&gt;
&lt;p&gt;#&lt;br /&gt;
# Table structure for table `FOS`&lt;br /&gt;
#&lt;/p&gt;
&lt;p&gt;CREATE TABLE FOS (&lt;br /&gt;
id int(4) NOT NULL auto_increment,&lt;br /&gt;
District varchar(20) NOT NULL default '',&lt;br /&gt;
Area char(1) NOT NULL default '',&lt;br /&gt;
goal int(8) NOT NULL default '0',&lt;br /&gt;
current int(8) NOT NULL default '0',&lt;br /&gt;
PRIMARY KEY (id),&lt;br /&gt;
KEY District(District)&lt;br /&gt;
) TYPE=MyISAM;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Work with a subset of a table?</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/160/" rel="alternate"/><published>2003-02-09T18:48:29Z</published><updated>2003-02-09T18:48:29Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net24f126260d0874735b0095555cdd386316cdcde3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is there a way to have phpMyEdit only work with a &lt;br /&gt;
subset of a table. Say for example you have a database &lt;br /&gt;
of all of the phone numbers in a company. There is an &lt;br /&gt;
office column. You want and editor so that the New &lt;br /&gt;
York office only edits New York phone numbers. I know &lt;br /&gt;
I can make the query say where office ='New York'.&lt;br /&gt;
But when I do that I still need to be able to fill in the &lt;br /&gt;
office column when I do an insert. How can I do that?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Change / Update Error (delete works fine)</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/159/" rel="alternate"/><published>2003-02-04T11:00:33Z</published><updated>2003-02-04T11:00:33Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net84e448d5497b06ed98cee393e02f54dbd8801fa3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry for not beeing able to supply an sql dump of what &lt;br /&gt;
happens :-(&lt;/p&gt;
&lt;p&gt;My Problem is that everything runs fine except that i can &lt;br /&gt;
not update entries in the db. Deleting whole entries &lt;br /&gt;
works fine, but when I try to update a record nothing &lt;br /&gt;
happens, no error is spit out, only one small thing is &lt;br /&gt;
reported back when returning to the overview after &lt;br /&gt;
applying the changes &amp;amp;quot;-1 record changed&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;I have defined an identifier key (which is set to be a &lt;br /&gt;
primary index key with auto_increment in the db)&lt;/p&gt;
&lt;p&gt;The key works fine, with debug output enabled i can see &lt;br /&gt;
that the right key number is passed through the script.&lt;/p&gt;
&lt;p&gt;I've tried changing the submit form methods (was &lt;br /&gt;
mentioned here in the forum as a possible solution)&lt;/p&gt;
&lt;p&gt;Here is some data from the sources:&lt;/p&gt;
&lt;p&gt;// Name of field which is the unique key&lt;br /&gt;
$opts[&amp;amp;quot;key&amp;amp;quot;] = &amp;amp;quot;index&amp;amp;quot;;&lt;br /&gt;
// Type of key field (int/real/string/date etc)&lt;br /&gt;
$opts[&amp;amp;quot;key_type&amp;amp;quot;] = &amp;amp;quot;int&amp;amp;quot;;&lt;/p&gt;
&lt;p&gt;// -&amp;amp;gt; this should be alright&lt;/p&gt;
&lt;p&gt;$opts['fdd']['index'] = array(&lt;br /&gt;
'name'=&amp;amp;gt;'Id',&lt;br /&gt;
'select'=&amp;amp;gt;'T',&lt;br /&gt;
'type'=&amp;amp;gt;'int',&lt;br /&gt;
'maxlen'=&amp;amp;gt;11,&lt;br /&gt;
'nowrap'=&amp;amp;gt;false,&lt;br /&gt;
'required'=&amp;amp;gt;false,&lt;br /&gt;
'sort'=&amp;amp;gt;false,&lt;br /&gt;
'options'=&amp;amp;gt;'' &lt;br /&gt;
);&lt;/p&gt;
&lt;p&gt;// -&amp;amp;gt; this is my definition for the key table, as you can &lt;br /&gt;
see it is hidden right now, but changing its options / &lt;br /&gt;
unhiding it / setting it to be the first field sorted has &lt;br /&gt;
never changed the effect, no updates are written back to &lt;br /&gt;
the db&lt;/p&gt;
&lt;p&gt;// this is part of the sql table structure&lt;br /&gt;
CREATE TABLE tablename (&lt;br /&gt;
index int(11) NOT NULL auto_increment,&lt;br /&gt;
// stripped here&lt;br /&gt;
PRIMARY KEY  (index),&lt;br /&gt;
KEY index (index)&lt;br /&gt;
) TYPE=MyISAM;&lt;/p&gt;
&lt;p&gt;Is this correct? I'm not that sql guru i'd like to be ;-)&lt;/p&gt;
&lt;p&gt;My Sql Server Version is : 3.23.54&lt;br /&gt;
PHP Version is 4.2.3&lt;/p&gt;
&lt;p&gt;Sorry for my bad english &amp;amp;amp; missing dumps / logs.&lt;/p&gt;
&lt;p&gt;Btw: What about developing phpmyedit as a module for &lt;br /&gt;
cms like postnuke or phpnuke? I've overlooked it one &lt;br /&gt;
day, and in my opinion this would be a relative simple &lt;br /&gt;
task (just put your sources in an empty module, &lt;br /&gt;
changed the page_name parameter handling to reflect &lt;br /&gt;
the &amp;amp;quot;calling from one single file&amp;amp;quot; design of those cms &lt;br /&gt;
and voila, works 95% (some links in the source like for &lt;br /&gt;
the filtering still use some sort of &amp;amp;quot;basename&lt;br /&gt;
($HTTP_SERVER_VARS['PHP_SELF']);&amp;amp;quot; - which &lt;br /&gt;
results always in modules.php (for phpnuke) - changing &lt;br /&gt;
this to allow the page name / url for linking from the &lt;br /&gt;
script to be passed through to your code could surely be &lt;br /&gt;
managed.&lt;/p&gt;
&lt;p&gt;Thanks for your time &amp;amp;amp; help&lt;br /&gt;
Yoshi Z.&lt;br /&gt;
(where did I put my sf login?)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Move to new page after adding record</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/158/" rel="alternate"/><published>2003-01-28T11:45:12Z</published><updated>2003-01-28T11:45:12Z</updated><author><name>meffa</name><uri>https://sourceforge.net/u/ffame/</uri></author><id>https://sourceforge.net185571ef2af5ff84413e4ea1147516930e7447a1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i'm not very gifted at php nor mysql, so forgive my silly &lt;br /&gt;
question plz.&lt;/p&gt;
&lt;p&gt;I'm using phpMyedit in a slightly different way, than it &lt;br /&gt;
might be intended: to present 'users' with a form to fill in &lt;br /&gt;
and add that info into the database. To do this i go &lt;br /&gt;
through the normal process of creating the code for a &lt;br /&gt;
table (say an adresstable). I go to the create page &lt;br /&gt;
(adress.php) press submit, and get presented with &lt;br /&gt;
the 'normal' defined formfields to fill in.&lt;/p&gt;
&lt;p&gt;I copy the source code of this page and name it &lt;br /&gt;
address_inpup.php, which i present to a user to add his &lt;br /&gt;
adress. This script still calls adress.php (which it &lt;br /&gt;
needs).&lt;/p&gt;
&lt;p&gt;However (and now for the problem) after a user has &lt;br /&gt;
submitted the form, i want to direct them to a new page, &lt;br /&gt;
like a 'thank you ur info has been submitted'. And not to &lt;br /&gt;
be 'adress.php' table of all address with the option to &lt;br /&gt;
submit again.&lt;/p&gt;
&lt;p&gt;How can i do this?&lt;/p&gt;
&lt;p&gt;I might be using phpMyEdit in a wrong way, but so far, &lt;br /&gt;
this is the only way i've managed to create a form that &lt;br /&gt;
adds info directly into a database.&lt;/p&gt;
&lt;p&gt;Hope i've been able to make it clear.&lt;/p&gt;
&lt;p&gt;Yoram&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>URL not clickable</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/157/" rel="alternate"/><published>2003-01-25T19:00:38Z</published><updated>2003-01-25T19:00:38Z</updated><author><name>Chris Meeder</name><uri>https://sourceforge.net/u/userid-691685/</uri></author><id>https://sourceforge.netf0972ab530862653f4f14574d9ea48cb3bc11e2b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In de latest version of PHPMyEdit (5.2), the field definition&lt;br /&gt;
URL &lt;br /&gt;
is not clickable anymore. Furthermore what is lhe&lt;br /&gt;
$value &lt;br /&gt;
parameter for Mailto: supposed to represent?.&lt;br /&gt;
Best Regards &lt;br /&gt;
Chris Meeder&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>I have a problem in  my remote server</title><link href="https://sourceforge.net/p/phpmyedit/support-requests/156/" rel="alternate"/><published>2003-01-06T17:37:52Z</published><updated>2003-01-06T17:37:52Z</updated><author><name>Chemi Peńa</name><uri>https://sourceforge.net/u/chemimega/</uri></author><id>https://sourceforge.netba0da24f3bf3ac5299ec3f19219ca8603c6dd12e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Everything works fine in localhost, but on my &lt;br /&gt;
remote server I only obtain the name of the table in &lt;br /&gt;
the page &amp;amp;amp; no errors.&lt;br /&gt;
For your information phpMyEditSetup cant´t create &lt;br /&gt;
the caller php file in my remote server (it can´t list &lt;br /&gt;
the existing dbs),  so I copy it from my local with &lt;br /&gt;
the proper changes in hn, un, pw, db, etc... and &lt;br /&gt;
make available phpMyEdit.class.php&lt;br /&gt;
Is there a basic test I could take? This behavior it &lt;br /&gt;
happens with all  of my dbs. I´ll appreciate any &lt;br /&gt;
advice on this issue.&lt;/p&gt;
&lt;p&gt;Excuse me if this is too basic, but I´m a beginner &lt;br /&gt;
and It´s important for me if I could solve this ASAP &lt;br /&gt;
because I have a urgent project already developed &lt;br /&gt;
in my local machine, but phpMyEdit is a critical &lt;br /&gt;
part and still doesnt´work in my remote Linux &lt;br /&gt;
Server.&lt;/p&gt;
&lt;p&gt;Thanks for your  great work!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>