Jump to content

dev-ria

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by dev-ria

  1. yes, because when i remove the graph code i get all my results of the query.....so im 100% both codes are running properly (separated) but they wont run on one page. I think that because the code exits at the end of each run it wont run the next code....so when the graph goes first....it will run and then exit at the end so it wont run the query code
  2. ive tried that....when the graph runs first it displays the graph but wont run the query part...and when query runs i get results but not the graph. i'm trying to figure whats prevent it from running everything. there error i get when i run query first is this. ( ! ) Notice: in C:\wamp\www\jpgraph\test.php on line 18 Call Stack # Time Memory Function Location 1 0.0041 685928 {main}( ) ..\test.php:0 2 0.0410 7442184 trigger_error ( ) ..\test.php:18 when graph goes first i get no errors
  3. i am using jpgraph and im trying to run a query to create a pie chart. when i run the query the graph wont appear and when i run the graph first the query wont run. what am i missing here? here is what it looks like. http://semesterold.com/code2.html
  4. you make a very good point. I didn't think there would be a way but I wanted to be sure and wanted a second opinion. I think that's a good idea. I appreciate your response! Very informative! Thanks!
  5. hello, i have a script im using to send an email and update certain fields in mysql. what i need is to prevent the email from being sent if the db did not update and prevent the db to update if the email was not sent. i use phpmailer here is what i have so far... http://semesterold.com/code.txt id appreciate any help
  6. hello, I have a textarea <textarea id="fe_text" name="email_text" cols=90 rows=20 onchange="clip.setText(this.value)" value=""> currently its used to copy to clipboard but i want to submit to send text in textarea with <br> for example <textarea> word word word word word word </textarea> if I submit the above and get using $_POST it displays word word word word word word i need the formatting with it. i used htmlentities but no luck
  7. you are the best!!! that worked perfectly!!
  8. that didnt work for me. I did find the php.ini files made changes but still no luck. i want to move away from using curl and wanted to see how else i can run it without curl. how would i change that line to move away from curl
  9. how do i use file_get_contents in this case? i did edit my php.ini file here ;extension=php_bz2.dll extension=php_curl.dll <--- ;extension=php_dba.dll extension=php_mbstring.dll ;extension=php_exif.dll ;extension=php_fileinfo.dll extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_gmp.dll ;extension=php_intl.dll ;extension=php_imap.dll restarted wamp and still get the same error. shouldn't curl show up in phpinfo() as on or something? cause I can't find it there.
  10. well i dont have any code in there. I am trying to display alexa details (ranking, views etc) using the amazon api. I just edited the bottom portion. removed the if statement and put //if (count($argv) < 1) { //echo "Usage: site\n"; //exit(-1); //} //else { $accessKeyId = "XXX"; $secretAccessKey = "XXX"; $site = "google.com"; //} now i have an issue with curl_init. I'm using wamp and turned on curl but still i get Call to undefined function curl_init() is there another way to run this instead of using curl function?
  11. hi, I am trying to use the sample code provided by amazon awis to get alexa ranking. found here: http://aws.amazon.com/code/402?_encoding=UTF8&binField_1=type&binValue_1=code&fromSearch=1&queryArg=searchQuery&searchQuery=awis%20php but i want to be able to get rankings using my website rather than using a command prompt. i've been getting some help from the forum but nothing has fixed my issue. i keep getting $argv undefined here is the code http://semesterold.com/code2.html
  12. thanks that worked!!!! i also figured out that using break; also fixed my issue.
  13. hello, i am using while loop to retrieve data and when it runs it cuts off at end of loop and does not display footer. when i remove the while from while(xx){} the footer shows up fine. I double checked html for tags or divs not closed properly. please view code here http://semesterold.com/code.html
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.