wama_mms's Profile
Reputation: -1
Dishonored
- Group:
- Active Members
- Active Posts:
- 54 (0.14 per day)
- Joined:
- 06-May 12
- Profile Views:
- 314
- Last Active:
Feb 11 2013 02:30 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: error Array to string conversion while inserting array
Posted 2 Feb 2013
Dormilich, on 02 February 2013 - 02:57 PM, said:$id is already an array and putting that into an array (line #13) you don’t loop over your array data, but the original array (which returns the string "Array" when dumped into a string).
thanks
i solved it by using the $id instead of putting into array
-
In Topic: error Array to string conversion while inserting array
Posted 2 Feb 2013
andrewsw, on 02 February 2013 - 02:55 PM, said:I don't know about the rest of the code, but you need curly brackets when quoting an array element:
mysql_query("INSERT INTO names (`mail`) VALUES ('{$array_data[$i]}')");
The mysql library is deprecated - use mysqli or PDO instead.
Use prepared statements.
same problem and the inserted value in the is Array no the actual value -
In Topic: error Array to string conversion while inserting array
Posted 2 Feb 2013
-
In Topic: get data from child window to the parent
Posted 28 Jan 2013
andrewsw, on 27 January 2013 - 08:35 PM, said:// give your popupdata-input an id: document.getElementById("popupdataid").value = window.opener.document.getElementsByName("initialdata")[0].value;
In fact, give "initialdata" in the main page an id as well - after all, there is only one of them.
thanks it works now
thanks for your help
-
In Topic: problem in parsing html from php
Posted 31 May 2012
I have fixed it now but there is a lot of waning the right code but with all of this warnings
$DOM = new DOMDocument; $DOM->loadHTML(file_get_contents('abstract_modified/22645372')); $items = $DOM->getElementsByTagName('title'); for ($i = 0; $i < $items->length; $i++) echo $items->item($i)->nodeValue . "<br/>";
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag sentence invalid in Entity, line: 16 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 16 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 16 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 16 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 16 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 16 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 16 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag sentence invalid in Entity, line: 17 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 17 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 17 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag sentence invalid in Entity, line: 18 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 18 in /opt/lampp/htdocs/GP/test.php on line 7
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Tag cons invalid in Entity, line: 18 in /opt/lampp/htdocs/GP/test.php on line 7
Molecular interactions in the priming complex of bacteriophage T7.
My Information
- Member Title:
- D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Click here to e-mail me
Friends
wama_mms hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
wama_mms has no profile comments yet. Why not say hello?