• Welcome to WooUSEFUL by PHPVIBE . Please log in.

Create a new com_page on phpvibe 5

Started by vingar,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vingarTopic starter

Hello @Mario...

From phpvibe 4, i had createf a new page with my personal query adding  com_XXX and the related file into tpl.
All work fine.

I have difficulty on PHPvibe 5,  i add new column to user_table   (numero)

in phpvibe 4 i had this method into com_XXX,
$telefono = mysql_result(mysql_query("SELECT `numero` FROM `vibe_users` WHERE `id` = '".user_id() ."'"), 0);

with phpvibe 5 this method dont work,  how can i solve?

How can i add new sql query with external table etc?
thanks
  •  

vingarTopic starter

  •  

Marius

If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

vingarTopic starter

  •  

Similar topics (7)